Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c327 rxinfo->slr_rx(rxinfo->slr_arg, NULL, mp, NULL); in softmac_mod_rput()
546 sup->su_rxinfo.slr_rx = softmac_dedicated_rx; in softmac_drv_open()
548 sup->su_direct_rxinfo.slr_rx = softmac_dedicated_rx; in softmac_drv_open()
H A Dsoftmac_fp.c242 sup->su_direct_rxinfo.slr_rx = (softmac_rx_t)direct->di_rx_cf; in softmac_capab_direct()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h51 softmac_rx_t slr_rx; member