Lines Matching full:media

47 /* Identifiers associated with TIPC message header media address info
49 * - the field's actual content and length is defined per media
57 * Identifiers of supported TIPC media types
73 * @value: address info (format defined by media)
74 * @media_id: TIPC media type identifier
86 * struct tipc_media - Media specific info exposed to generic bearer layer
88 * @enable_media: routine which enables a media
89 * @disable_media: routine which disables a media
90 * @addr2str: convert media address format to string
91 * @addr2msg: convert from media addr format to discovery msg addr format
92 * @msg2addr: convert from discovery msg addr format to media addr format
93 * @raw2addr: convert from raw addr format to media addr format
98 * @mtu: max packet size bearer can support for media type not dependent on
100 * @type_id: TIPC media identifier
101 * @hwaddr_len: TIPC media address len
102 * @name: media name
133 * @media_ptr: pointer to additional media-specific information about bearer
135 * @addr: media-specific address associated with bearer
136 * @name: bearer name (format = media:interface)
137 * @media: ptr to media structure associated with bearer
138 * @bcast_addr: media address used in broadcasting
153 * Note: media-specific code is responsible for initialization of the fields
158 void __rcu *media_ptr; /* initialized by media */
159 u32 mtu; /* initialized by media */
160 struct tipc_media_addr addr; /* initialized by media */
162 struct tipc_media *media; member
185 * TIPC routines available to supported media types
191 * Routines made available to TIPC by supported media types