Searched refs:iwl_tx_ant_restriction (Results 1 – 3 of 3) sorted by relevance
102 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv);
1417 else if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_legacy_other()1587 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_siso_to_other()1756 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo2_to_other()1924 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo3_to_other()2321 (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI)) { in rs_rate_scale_perform()2451 if (iwl_tx_ant_restriction(priv) != IWL_ANT_OK_MULTI && in rs_rate_scale_perform()2508 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI) { in rs_rate_scale_perform()
116 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv) in iwl_tx_ant_restriction() function