Searched refs:iwl_tx_ant_restriction (Results 1 – 3 of 3) sorted by relevance
105 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv);
1439 else if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_legacy_other()1609 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_siso_to_other()1778 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo2_to_other()1946 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo3_to_other()2343 (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI)) { in rs_rate_scale_perform()2473 if (iwl_tx_ant_restriction(priv) != IWL_ANT_OK_MULTI && in rs_rate_scale_perform()2530 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI) { in rs_rate_scale_perform()
120 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv) in iwl_tx_ant_restriction() function