Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.c134 const struct rs_tx_column *next_col);
146 const struct rs_tx_column *next_col) in rs_ant_allow() argument
148 return iwl_mvm_bt_coex_is_ant_avail(mvm, next_col->ant); in rs_ant_allow()
153 const struct rs_tx_column *next_col) in rs_mimo_allow() argument
175 const struct rs_tx_column *next_col) in rs_siso_allow() argument
185 const struct rs_tx_column *next_col) in rs_sgi_allow() argument
1816 const struct rs_tx_column *next_col; in rs_get_next_column() local
1834 next_col = &rs_tx_columns[next_col_id]; in rs_get_next_column()
1836 if (!rs_is_valid_ant(valid_ants, next_col->ant)) { in rs_get_next_column()
1839 next_col_id, valid_ants, next_col->ant); in rs_get_next_column()
[all …]