Searched refs:mtnfp (Results 1 – 2 of 2) sorted by relevance
7325 mac_tx_notify_cb_t *mtnfp; in mac_client_tx_notify_add() local7329 mtnfp = kmem_zalloc(sizeof (mac_tx_notify_cb_t), KM_SLEEP); in mac_client_tx_notify_add()7330 mtnfp->mtnf_fn = notify; in mac_client_tx_notify_add()7331 mtnfp->mtnf_arg = arg; in mac_client_tx_notify_add()7332 mtnfp->mtnf_link.mcb_objp = mtnfp; in mac_client_tx_notify_add()7333 mtnfp->mtnf_link.mcb_objsize = sizeof (mac_tx_notify_cb_t); in mac_client_tx_notify_add()7334 mtnfp->mtnf_link.mcb_flags = MCB_TX_NOTIFY_CB_T; in mac_client_tx_notify_add()7338 mac_callback_add(mcbi, &mcip->mci_tx_notify_cb_list, &mtnfp->mtnf_link); in mac_client_tx_notify_add()7340 return (mtnfp); in mac_client_tx_notify_add()7344 mac_client_tx_notify_remove(mac_client_impl_t *mcip, mac_tx_notify_cb_t *mtnfp) in mac_client_tx_notify_remove() argument[all …]
4010 mac_tx_notify_cb_t *mtnfp; in mac_tx_invoke_callbacks() local4016 mtnfp = (mac_tx_notify_cb_t *)mcb->mcb_objp; in mac_tx_invoke_callbacks()4017 mtnfp->mtnf_fn(mtnfp->mtnf_arg, cookie); in mac_tx_invoke_callbacks()