Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c683 uint32_t expected_mode; in softmac_wput_single_nondata() local
702 expected_mode = DATAPATH_MODE(softmac); in softmac_wput_single_nondata()
703 if (expected_mode == SOFTMAC_SLOWPATH) in softmac_wput_single_nondata()
716 if (expected_mode == SOFTMAC_FASTPATH) in softmac_wput_single_nondata()
1092 uint32_t current_mode, expected_mode; in softmac_datapath_switch() local
1111 expected_mode = DATAPATH_MODE(softmac); in softmac_datapath_switch()
1112 if (current_mode == expected_mode) { in softmac_datapath_switch()
1137 req->ssq_expected_mode = expected_mode; in softmac_datapath_switch()
1171 if (sup != NULL && expected_mode == SOFTMAC_SLOWPATH) { in softmac_datapath_switch()
1269 uint32_t expected_mode; in softmac_datapath_switch_done() local
[all …]