Home
last modified time | relevance | path

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

/titanic_50/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()
704 sup->su_mode = SOFTMAC_SLOWPATH; 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()
932 sup->su_mode = SOFTMAC_SLOWPATH; in softmac_fastpath_setup()
935 sup->su_mode = SOFTMAC_FASTPATH; in softmac_fastpath_setup()
968 sup->su_mode = SOFTMAC_SLOWPATH; in softmac_fastpath_tear()
987 if (sup->su_mode != SOFTMAC_FASTPATH) in softmac_wput_data()
[all …]
H A Dsoftmac_dev.c182 ASSERT(sup->su_mode == SOFTMAC_UNKNOWN); in softmac_upper_destructor()
543 sup->su_mode = SOFTMAC_UNKNOWN; in softmac_drv_open()
653 if (sup->su_mode != SOFTMAC_FASTPATH) { in softmac_drv_wsrv()
/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h317 uint32_t su_mode; /* SL & su_mutex */ member