Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtt.h120 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv);
Drs.c1463 else if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_legacy_other()
1635 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_siso_to_other()
1806 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo2_to_other()
1976 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo3_to_other()
2376 (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI)) { in rs_rate_scale_perform()
2506 if (iwl_tx_ant_restriction(priv) != IWL_ANT_OK_MULTI && in rs_rate_scale_perform()
2563 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI) { in rs_rate_scale_perform()
Dtt.c134 enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv) in iwl_tx_ant_restriction() function