Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c231 softmac_lower_t *slp = sup->su_slp; in softmac_capab_direct()
549 softmac_lower_t *slp = sup->su_slp; in softmac_bind_req()
613 softmac_lower_t *slp = sup->su_slp; in softmac_unbind_req()
672 softmac_lower_t *slp = sup->su_slp; in softmac_wput_single_nondata()
930 ASSERT(sup->su_slp == NULL); in softmac_fastpath_setup()
934 sup->su_slp = slp; in softmac_fastpath_setup()
974 (void) ldi_close(sup->su_slp->sl_lh, FREAD|FWRITE, kcred); in softmac_fastpath_tear()
975 sup->su_slp = NULL; in softmac_fastpath_tear()
998 queue_t *wq = sup->su_slp->sl_wq; in softmac_fastpath_wput_data()
H A Dsoftmac_dev.c175 ASSERT(sup->su_slp == NULL); in softmac_upper_destructor()
663 } else if (sup->su_tx_busy && SOFTMAC_CANPUTNEXT(sup->su_slp->sl_wq)) { in softmac_drv_wsrv()
/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h264 softmac_lower_t *su_slp; /* SL & su_mutex */ member