Home
last modified time | relevance | path

Searched refs:mt_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c319 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY) { in mac_register()
326 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mregp->m_pdata, in mac_register()
1002 if (!(mip->mi_type->mt_ops.mtops_ops & MTOPS_PDATA_VERIFY)) in mac_pdata_update()
1004 if (!mip->mi_type->mt_ops.mtops_pdata_verify(mac_pdata, dsize)) in mac_pdata_update()
1261 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_LINK_DETAILS) { in i_mac_log_link_state()
1264 mip->mi_type->mt_ops.mtops_link_details(det, in i_mac_log_link_state()
H A Dmac_client.c809 (mip->mi_type->mt_ops.mtops_unicst_verify(addr, in mac_unicst_verify()
3269 if ((err = mip->mi_type->mt_ops.mtops_multicst_verify(addr, in mac_multicast_add()
4393 return (mip->mi_type->mt_ops.mtops_sap_verify(sap, bind_sap, in mac_sap_verify()
4409 return (mip->mi_type->mt_ops.mtops_header(mip->mi_addr, hdr_daddr, sap, in mac_header()
4418 return (mip->mi_type->mt_ops.mtops_header_info(mp, mip->mi_pdata, in mac_header_info()
4483 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_COOK) { in mac_header_cook()
4491 return (mip->mi_type->mt_ops.mtops_header_cook(mp, in mac_header_cook()
4502 if (mip->mi_type->mt_ops.mtops_ops & MTOPS_HEADER_UNCOOK) { in mac_header_uncook()
4510 return (mip->mi_type->mt_ops.mtops_header_uncook(mp, in mac_header_uncook()
H A Dmac.c3269 mtp->mt_ops = *ops; in mactype_register()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h148 mactype_ops_t mt_ops; member