Home
last modified time | relevance | path

Searched refs:fw_sta_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dstats.c41 u8 fw_sta_id, struct station_info *sinfo) in iwl_mld_fill_stats_from_oper_notif() argument
46 &notif->per_sta[fw_sta_id]; in iwl_mld_fill_stats_from_oper_notif()
55 link_sta = rcu_dereference(mld->fw_id_to_link_sta[fw_sta_id]); in iwl_mld_fill_stats_from_oper_notif()
75 u8 fw_sta_id; member
89 stats_data->fw_sta_id, in iwl_mld_wait_stats_handler()
116 .fw_sta_id = mld_sta->deflink.fw_id, in iwl_mld_fw_stats_to_mac80211()
H A Ddebugfs.c1022 u8 fw_sta_id; in _iwl_dbgfs_fixed_rate_write() local
1028 fw_sta_id = mld_link_sta->fw_id; in _iwl_dbgfs_fixed_rate_write()
1040 ret = iwl_mld_send_tlc_dhc(mld, fw_sta_id, in _iwl_dbgfs_fixed_rate_write()
1048 fw_sta_id, pretty_rate, partial, ret); in _iwl_dbgfs_fixed_rate_write()
1072 u8 fw_sta_id; in iwl_dbgfs_tlc_dhc_write() local
1078 fw_sta_id = mld_link_sta->fw_id; in iwl_dbgfs_tlc_dhc_write()
1088 ret = iwl_mld_send_tlc_dhc(mld, fw_sta_id, type, value); in iwl_dbgfs_tlc_dhc_write()
H A Dsta.c564 static int iwl_mld_rm_sta_from_fw(struct iwl_mld *mld, u8 fw_sta_id) in iwl_mld_rm_sta_from_fw() argument
567 .sta_id = cpu_to_le32(fw_sta_id), in iwl_mld_rm_sta_from_fw()
575 IWL_ERR(mld, "Failed to remove station. Id=%d\n", fw_sta_id); in iwl_mld_rm_sta_from_fw()
764 int fw_sta_id = iwl_mld_fw_sta_id_from_link_sta(mld, link_sta); in iwl_mld_flush_sta_txqs() local
766 if (fw_sta_id < 0) in iwl_mld_flush_sta_txqs()
769 iwl_mld_flush_link_sta_txqs(mld, fw_sta_id); in iwl_mld_flush_sta_txqs()
H A Dtx.h59 int iwl_mld_flush_link_sta_txqs(struct iwl_mld *mld, u32 fw_sta_id);
H A Dtx.c1222 int iwl_mld_flush_link_sta_txqs(struct iwl_mld *mld, u32 fw_sta_id) in iwl_mld_flush_link_sta_txqs() argument
1226 .sta_id = cpu_to_le32(fw_sta_id), in iwl_mld_flush_link_sta_txqs()
1239 fw_sta_id, 0xffff); in iwl_mld_flush_link_sta_txqs()
1257 if (IWL_FW_CHECK(mld, le16_to_cpu(rsp->sta_id) != fw_sta_id, in iwl_mld_flush_link_sta_txqs()
1258 "sta_id %d != rsp_sta_id %d\n", fw_sta_id, in iwl_mld_flush_link_sta_txqs()
H A Dtlc.c533 int fw_sta_id = iwl_mld_fw_sta_id_from_link_sta(mld, link_sta); in iwl_mld_send_tlc_cmd() local
544 if (fw_sta_id < 0) in iwl_mld_send_tlc_cmd()
547 cmd.sta_mask = cpu_to_le32(BIT(fw_sta_id)); in iwl_mld_send_tlc_cmd()