Searched refs:mtnfp (Results 1 – 2 of 2) sorted by relevance
7170 mac_tx_notify_cb_t *mtnfp; in mac_client_tx_notify_add() local7174 mtnfp = kmem_zalloc(sizeof (mac_tx_notify_cb_t), KM_SLEEP); in mac_client_tx_notify_add()7175 mtnfp->mtnf_fn = notify; in mac_client_tx_notify_add()7176 mtnfp->mtnf_arg = arg; in mac_client_tx_notify_add()7177 mtnfp->mtnf_link.mcb_objp = mtnfp; in mac_client_tx_notify_add()7178 mtnfp->mtnf_link.mcb_objsize = sizeof (mac_tx_notify_cb_t); in mac_client_tx_notify_add()7179 mtnfp->mtnf_link.mcb_flags = MCB_TX_NOTIFY_CB_T; in mac_client_tx_notify_add()7183 mac_callback_add(mcbi, &mcip->mci_tx_notify_cb_list, &mtnfp->mtnf_link); in mac_client_tx_notify_add()7185 return (mtnfp); in mac_client_tx_notify_add()7189 mac_client_tx_notify_remove(mac_client_impl_t *mcip, mac_tx_notify_cb_t *mtnfp) in mac_client_tx_notify_remove() argument[all …]
3026 mac_tx_notify_cb_t *mtnfp; in mac_tx_invoke_callbacks() local3032 mtnfp = (mac_tx_notify_cb_t *)mcb->mcb_objp; in mac_tx_invoke_callbacks()3033 mtnfp->mtnf_fn(mtnfp->mtnf_arg, cookie); in mac_tx_invoke_callbacks()