Home
last modified time | relevance | path

Searched defs:mactype_s (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_impl.h161 typedef struct mactype_s { struct
162 const char *mt_ident;
163 uint32_t mt_ref;
164 uint_t mt_type;
165 uint_t mt_nativetype;
166 size_t mt_addr_length;
167 uint8_t *mt_brdcst_addr;
168 mactype_ops_t mt_ops;
169 mac_stat_info_t *mt_stats; /* array of mac_stat_info_t elements */
170 size_t mt_statcount; /* number of elements in mt_stats */
[all …]