Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1633 if (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE && in rs_move_siso_to_other()
1802 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo2_to_other()
1970 if ((iwl_tx_ant_restriction(priv) == IWL_ANT_OK_SINGLE) && in rs_move_mimo3_to_other()
2367 (iwl_tx_ant_restriction(priv) == IWL_ANT_OK_MULTI)) { in rs_rate_scale_perform()
2497 if (iwl_tx_ant_restriction(priv) != IWL_ANT_OK_MULTI && in rs_rate_scale_perform()
2554 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