Home
last modified time | relevance | path

Searched refs:mtops_ops (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_provider.c279 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY) { in mac_register()
913 if (!(mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY)) in mac_pdata_update()
1151 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_LINK_DETAILS) { in i_mac_log_link_state()
H A Dmac_client.c4282 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_COOK) { in mac_header_cook()
4301 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_UNCOOK) { in mac_header_uncook()
/titanic_41/usr/src/uts/common/sys/
H A Dmac.h486 uint_t mtops_ops; member