Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c610 for (mmr = mip->mi_mmrp; mmr != NULL; mmr = nextmmr) { in mac_unregister()
614 mip->mi_mmrp = NULL; in mac_unregister()
H A Dmac.c2980 for (pp = &mip->mi_mmrp; (p = *pp) != NULL; pp = &p->mmr_nextp) { in mac_margin_add()
3020 for (pp = &(mip->mi_mmrp); (p = *pp) != NULL; pp = &(p->mmr_nextp)) { in mac_margin_remove()
3061 if (mip->mi_mmrp != NULL) in mac_margin_update()
3062 margin_needed = mip->mi_mmrp->mmr_margin; in mac_margin_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h509 mac_margin_req_t *mi_mmrp; member