Searched refs:mt_ops (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 279 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY) { in mac_register() 286 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mregp->m_pdata, in mac_register() 913 if (!(mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY)) in mac_pdata_update() 915 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mac_pdata, dsize)) in mac_pdata_update() 1151 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_LINK_DETAILS) { in i_mac_log_link_state() 1154 mip->mi_type->mt_ops.mtops_link_details(det, in i_mac_log_link_state()
|
H A D | mac_client.c | 791 (mip->mi_type->mt_ops.mtops_unicst_verify(addr, in mac_unicst_verify() 3168 if ((err = mip->mi_type->mt_ops.mtops_multicst_verify(addr, in mac_multicast_add() 4192 return (mip->mi_type->mt_ops.mtops_sap_verify(sap, bind_sap, in mac_sap_verify() 4208 return (mip->mi_type->mt_ops.mtops_header(mip->mi_addr, hdr_daddr, sap, in mac_header() 4217 return (mip->mi_type->mt_ops.mtops_header_info(mp, mip->mi_pdata, in mac_header_info() 4282 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_COOK) { in mac_header_cook() 4290 return (mip->mi_type->mt_ops.mtops_header_cook(mp, in mac_header_cook() 4301 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_UNCOOK) { in mac_header_uncook() 4309 return (mip->mi_type->mt_ops.mtops_header_uncook(mp, in mac_header_uncook()
|
H A D | mac.c | 2921 mtp->mt_ops = *ops; in mactype_register()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 168 mactype_ops_t mt_ops; member
|