Searched refs:expected_mode (Results 1 – 1 of 1) sorted by relevance
657 uint32_t expected_mode; in softmac_wput_single_nondata() local676 expected_mode = DATAPATH_MODE(softmac); in softmac_wput_single_nondata()677 if (expected_mode == SOFTMAC_SLOWPATH) in softmac_wput_single_nondata()690 if (expected_mode == SOFTMAC_FASTPATH) in softmac_wput_single_nondata()1067 uint32_t current_mode, expected_mode; in softmac_datapath_switch() local1086 expected_mode = DATAPATH_MODE(softmac); in softmac_datapath_switch()1087 if (current_mode == expected_mode) { in softmac_datapath_switch()1112 req->ssq_expected_mode = expected_mode; in softmac_datapath_switch()1146 if (sup != NULL && expected_mode == SOFTMAC_SLOWPATH) { in softmac_datapath_switch()1244 uint32_t expected_mode; in softmac_datapath_switch_done() local[all …]