Searched refs:sl_softmac (Results 1 – 6 of 6) sorted by relevance
66 ASSERT((slp->sl_softmac != NULL)); in softmac_rput_process_data()84 mac_rx(slp->sl_softmac->smac_mh, NULL, mp); in softmac_rput_process_data()107 mac_perim_enter_by_mh(slp->sl_softmac->smac_mh, &mph); in softmac_output()167 mac_perim_enter_by_mh(slp->sl_softmac->smac_mh, &mph); in softmac_ioctl_tx()217 ASSERT(slp->sl_softmac != NULL); in softmac_proto_tx()
297 slp->sl_softmac = NULL; in softmac_mod_close()341 if (slp->sl_softmac == NULL) { in softmac_mod_rput()360 ASSERT(slp->sl_softmac != NULL); in softmac_mod_rput()361 mac_rx(slp->sl_softmac->smac_mh, NULL, mp); in softmac_mod_rput()457 else if (slp->sl_softmac != NULL) in softmac_mod_wsrv()458 mac_tx_update(slp->sl_softmac->smac_mh); in softmac_mod_wsrv()
192 softmac_t *softmac = slp->sl_softmac; in softmac_capab_enable()223 softmac = slp->sl_softmac; in softmac_capab_send()
305 softmac_t *softmac = slp->sl_softmac; in softmac_enqueue_notify_ind()
1381 slp->sl_softmac = softmac; in softmac_lower_setup()
59 struct softmac *sl_softmac; member