Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c332 rxinfo->slr_rx(rxinfo->slr_arg, NULL, mp, NULL); in softmac_mod_rput()
554 sup->su_rxinfo.slr_rx = softmac_dedicated_rx; in softmac_drv_open()
556 sup->su_direct_rxinfo.slr_rx = softmac_dedicated_rx; in softmac_drv_open()
H A Dsoftmac_fp.c247 sup->su_direct_rxinfo.slr_rx = (softmac_rx_t)direct->di_rx_cf; in softmac_capab_direct()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h53 softmac_rx_t slr_rx; member