Home
last modified time | relevance | path

Searched refs:su_tx_flow_mp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c180 ASSERT(sup->su_tx_flow_mp == NULL); in softmac_upper_destructor()
535 if ((sup->su_tx_flow_mp = allocb(1, BPRI_HI)) == NULL) { in softmac_drv_open()
551 freeb(sup->su_tx_flow_mp); in softmac_drv_open()
552 sup->su_tx_flow_mp = NULL; in softmac_drv_open()
588 if (sup->su_tx_flow_mp != NULL) { in softmac_drv_close()
589 freeb(sup->su_tx_flow_mp); in softmac_drv_close()
590 sup->su_tx_flow_mp = NULL; in softmac_drv_close()
680 ASSERT(sup->su_tx_flow_mp == NULL); in softmac_drv_wsrv()
681 VERIFY((sup->su_tx_flow_mp = getq(wq)) != NULL); in softmac_drv_wsrv()
H A Dsoftmac_fp.c963 ASSERT(sup->su_tx_flow_mp == NULL); in softmac_fastpath_tear()
964 VERIFY((sup->su_tx_flow_mp = getq(sup->su_wq)) != NULL); in softmac_fastpath_tear()
1040 ASSERT(sup->su_tx_flow_mp != NULL); in softmac_fastpath_wput_data()
1041 (void) putq(sup->su_wq, sup->su_tx_flow_mp); in softmac_fastpath_wput_data()
1042 sup->su_tx_flow_mp = NULL; in softmac_fastpath_wput_data()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h308 mblk_t *su_tx_flow_mp; /* su_mutex */ member