Searched refs:mtnfp (Results 1 – 2 of 2) sorted by relevance
7993 mac_tx_notify_cb_t *mtnfp; in mac_client_tx_notify_add() local7997 mtnfp = kmem_zalloc(sizeof (mac_tx_notify_cb_t), KM_SLEEP); in mac_client_tx_notify_add()7998 mtnfp->mtnf_fn = notify; in mac_client_tx_notify_add()7999 mtnfp->mtnf_arg = arg; in mac_client_tx_notify_add()8000 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()8008 return (mtnfp); in mac_client_tx_notify_add()8012 mac_client_tx_notify_remove(mac_client_impl_t *mcip, mac_tx_notify_cb_t *mtnfp) in mac_client_tx_notify_remove() argument[all …]
4021 mac_tx_notify_cb_t *mtnfp; in mac_tx_invoke_callbacks() local4027 mtnfp = (mac_tx_notify_cb_t *)mcb->mcb_objp; in mac_tx_invoke_callbacks()4028 mtnfp->mtnf_fn(mtnfp->mtnf_arg, cookie); in mac_tx_invoke_callbacks()