Home
last modified time | relevance | path

Searched refs:mtnf_link (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h62 mac_cb_t mtnf_link; /* Linked list of callbacks */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c8000 mtnfp->mtnf_link.mcb_objp = mtnfp; in mac_client_tx_notify_add()
8001 mtnfp->mtnf_link.mcb_objsize = sizeof (mac_tx_notify_cb_t); in mac_client_tx_notify_add()
8002 mtnfp->mtnf_link.mcb_flags = MCB_TX_NOTIFY_CB_T; in mac_client_tx_notify_add()
8006 mac_callback_add(mcbi, &mcip->mci_tx_notify_cb_list, &mtnfp->mtnf_link); in mac_client_tx_notify_add()
8020 &mcip->mci_tx_notify_cb_list, &mtnfp->mtnf_link)) { in mac_client_tx_notify_remove()
8030 if (mac_callback_remove(mcbi, cblist, &mtnfp->mtnf_link)) in mac_client_tx_notify_remove()