Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h231 #define SOFTMAC_SLOWPATH 0x01 macro
241 (softmac)->smac_fastpath_admin_disabled) ? SOFTMAC_SLOWPATH : \
/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c703 if (expected_mode == SOFTMAC_SLOWPATH) in softmac_wput_single_nondata()
704 sup->su_mode = SOFTMAC_SLOWPATH; in softmac_wput_single_nondata()
932 sup->su_mode = SOFTMAC_SLOWPATH; in softmac_fastpath_setup()
968 sup->su_mode = SOFTMAC_SLOWPATH; in softmac_fastpath_tear()
1171 if (sup != NULL && expected_mode == SOFTMAC_SLOWPATH) { in softmac_datapath_switch()
1289 if (expected_mode == SOFTMAC_SLOWPATH) in softmac_datapath_switch_done()
H A Dsoftmac_main.c1485 fpstr = (DATAPATH_MODE(softmac) == SOFTMAC_SLOWPATH) ? in softmac_m_getprop()