Lines Matching refs:notready

685 	bool notready;  in _iqk_one_shot()  local
754 notready = _iqk_check_cal(rtwdev, path); in _iqk_one_shot()
762 path, ktype, iqk_cmd + 1, notready); in _iqk_one_shot()
764 return notready; in _iqk_one_shot()
772 bool notready; in _rxk_2g_group_sel() local
794 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _rxk_2g_group_sel()
803 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _rxk_2g_group_sel()
807 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXK); in _rxk_2g_group_sel()
814 if (!notready) in _rxk_2g_group_sel()
841 bool notready; in _rxk_5g_group_sel() local
866 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _rxk_5g_group_sel()
875 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _rxk_5g_group_sel()
883 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXK); in _rxk_5g_group_sel()
890 if (!notready) in _rxk_5g_group_sel()
917 bool notready; in _iqk_5g_nbrxk() local
940 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _iqk_5g_nbrxk()
949 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _iqk_5g_nbrxk()
960 if (!notready) in _iqk_5g_nbrxk()
983 bool notready; in _iqk_2g_nbrxk() local
1002 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _iqk_2g_nbrxk()
1011 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _iqk_2g_nbrxk()
1022 if (!notready) in _iqk_2g_nbrxk()
1056 bool notready; in _txk_5g_group_sel() local
1073 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _txk_5g_group_sel()
1079 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_TXK); in _txk_5g_group_sel()
1082 if (!notready) in _txk_5g_group_sel()
1106 bool notready; in _txk_2g_group_sel() local
1123 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _txk_2g_group_sel()
1129 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_TXK); in _txk_2g_group_sel()
1132 if (!notready) in _txk_2g_group_sel()
1156 bool notready; in _iqk_5g_nbtxk() local
1173 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _iqk_5g_nbtxk()
1178 if (!notready) in _iqk_5g_nbtxk()
1200 bool notready; in _iqk_2g_nbtxk() local
1217 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _iqk_2g_nbtxk()
1223 if (!notready) in _iqk_2g_nbtxk()