Searched refs:mt_ops (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 280 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY) { in mac_register() 287 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mregp->m_pdata, in mac_register() 926 if (!(mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY)) in mac_pdata_update() 928 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mac_pdata, dsize)) in mac_pdata_update() 1164 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_LINK_DETAILS) { in i_mac_log_link_state() 1167 mip->mi_type->mt_ops.mtops_link_details(det, in i_mac_log_link_state()
|
H A D | mac_client.c | 807 (mip->mi_type->mt_ops.mtops_unicst_verify(addr, in mac_unicst_verify() 3184 if ((err = mip->mi_type->mt_ops.mtops_multicst_verify(addr, in mac_multicast_add() 4208 return (mip->mi_type->mt_ops.mtops_sap_verify(sap, bind_sap, in mac_sap_verify() 4224 return (mip->mi_type->mt_ops.mtops_header(mip->mi_addr, hdr_daddr, sap, in mac_header() 4233 return (mip->mi_type->mt_ops.mtops_header_info(mp, mip->mi_pdata, in mac_header_info() 4298 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_COOK) { in mac_header_cook() 4306 return (mip->mi_type->mt_ops.mtops_header_cook(mp, in mac_header_cook() 4317 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_UNCOOK) { in mac_header_uncook() 4325 return (mip->mi_type->mt_ops.mtops_header_uncook(mp, in mac_header_uncook()
|
H A D | mac.c | 2916 mtp->mt_ops = *ops; in mactype_register()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 168 mactype_ops_t mt_ops; member
|