Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c236 softmac_lower_t *slp = sup->su_slp; in softmac_capab_direct()
523 softmac_lower_t *slp = sup->su_slp; in softmac_bind_req()
587 softmac_lower_t *slp = sup->su_slp; in softmac_unbind_req()
646 softmac_lower_t *slp = sup->su_slp; in softmac_wput_single_nondata()
905 ASSERT(sup->su_slp == NULL); in softmac_fastpath_setup()
909 sup->su_slp = slp; in softmac_fastpath_setup()
949 (void) ldi_close(sup->su_slp->sl_lh, FREAD|FWRITE, kcred); in softmac_fastpath_tear()
950 sup->su_slp = NULL; in softmac_fastpath_tear()
973 queue_t *wq = sup->su_slp->sl_wq; in softmac_fastpath_wput_data()
H A Dsoftmac_dev.c179 ASSERT(sup->su_slp == NULL); in softmac_upper_destructor()
672 } else if (sup->su_tx_busy && SOFTMAC_CANPUTNEXT(sup->su_slp->sl_wq)) { in softmac_drv_wsrv()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h264 softmac_lower_t *su_slp; /* SL & su_mutex */ member