Searched refs:iwl_send_lq_cmd (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | sta.c | 710 iwl_send_lq_cmd(priv, ctx, &lq, 0, true); in iwl_restore_stations() 820 int iwl_send_lq_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx, in iwl_send_lq_cmd() function 921 ret = iwl_send_lq_cmd(priv, ctx, link_cmd, 0, true); in iwlagn_add_bssid_station()
|
D | rs.c | 344 iwl_send_lq_cmd(lq_sta->drv, ctx, &lq_sta->lq, CMD_ASYNC, in rs_program_fix_rate() 858 iwl_send_lq_cmd(priv, ctx, &lq_sta->lq, CMD_ASYNC, false); in rs_bt_update_lq() 952 iwl_send_lq_cmd(priv, ctx, &lq_sta->lq, CMD_ASYNC, false); in rs_tx_status() 2173 iwl_send_lq_cmd(priv, ctx, &lq_sta->lq, CMD_ASYNC, false); in rs_update_rate_tbl() 2569 iwl_send_lq_cmd(priv, ctx, &lq_sta->lq, CMD_ASYNC, false); in rs_rate_scale_perform() 2679 iwl_send_lq_cmd(priv, ctx, &lq_sta->lq, 0, true); in rs_initialize_lq()
|
D | agn.h | 322 int iwl_send_lq_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx,
|
D | tx.c | 741 return iwl_send_lq_cmd(priv, ctx, in iwlagn_tx_agg_oper()
|
D | mac80211.c | 765 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif), in iwlagn_mac_ampdu_action()
|