Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c235 ASSERT(sup->su_mode == SOFTMAC_FASTPATH); in softmac_capab_direct()
313 ASSERT(sup->su_mode == SOFTMAC_FASTPATH); in softmac_capability_advertise()
472 ASSERT(sup->su_mode == SOFTMAC_FASTPATH); in softmac_capability_req()
716 if (expected_mode == SOFTMAC_FASTPATH) in softmac_wput_single_nondata()
766 if (sup->su_mode != SOFTMAC_FASTPATH) { in softmac_wput_single_nondata()
929 ASSERT(sup->su_mode != SOFTMAC_FASTPATH); in softmac_fastpath_setup()
935 sup->su_mode = SOFTMAC_FASTPATH; in softmac_fastpath_setup()
987 if (sup->su_mode != SOFTMAC_FASTPATH) in softmac_wput_data()
1242 if (sup->su_mode == SOFTMAC_FASTPATH) in softmac_upperstream_close()
H A Dsoftmac_dev.c653 if (sup->su_mode != SOFTMAC_FASTPATH) { in softmac_drv_wsrv()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h232 #define SOFTMAC_FASTPATH 0x02 macro
242 SOFTMAC_FASTPATH)