Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.h101 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv);
H A Drs.c1417 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()
H A Dtt.c116 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv) in iwl_tx_ant_restriction() function