Searched refs:next_col (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 122 const struct rs_tx_column *next_col); 134 const struct rs_tx_column *next_col) in rs_ant_allow() 136 return iwl_mvm_bt_coex_is_ant_avail(mvm, next_col->ant); in rs_ant_allow() 141 const struct rs_tx_column *next_col) in rs_mimo_allow() 163 const struct rs_tx_column *next_col) in rs_siso_allow() 173 const struct rs_tx_column *next_col) in rs_sgi_allow() 1641 const struct rs_tx_column *next_col; in rs_get_next_column() local 1659 next_col = &rs_tx_columns[next_col_id]; in rs_get_next_column() 1661 if (!rs_is_valid_ant(valid_ants, next_col->ant)) { in rs_get_next_column() 1664 next_col_id, valid_ants, next_col in rs_get_next_column() 132 rs_ant_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_ant_allow() argument 139 rs_mimo_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_mimo_allow() argument 161 rs_siso_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_siso_allow() argument 171 rs_sgi_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_sgi_allow() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 117 const struct rs_tx_column *next_col); 129 const struct rs_tx_column *next_col) in rs_ant_allow() 131 return iwl_mvm_bt_coex_is_ant_avail(mvm, next_col->ant); in rs_ant_allow() 136 const struct rs_tx_column *next_col) in rs_mimo_allow() 158 const struct rs_tx_column *next_col) in rs_siso_allow() 168 const struct rs_tx_column *next_col) in rs_sgi_allow() 1597 const struct rs_tx_column *next_col; in rs_get_next_column() local 1615 next_col = &rs_tx_columns[next_col_id]; in rs_get_next_column() 1617 if (!rs_is_valid_ant(valid_ants, next_col->ant)) { in rs_get_next_column() 1620 next_col_id, valid_ants, next_col in rs_get_next_column() 127 rs_ant_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_ant_allow() argument 134 rs_mimo_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_mimo_allow() argument 156 rs_siso_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_siso_allow() argument 166 rs_sgi_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta, struct rs_rate *rate, const struct rs_tx_column *next_col) rs_sgi_allow() argument [all...] |
Completed in 8 milliseconds