Home
last modified time | relevance | path

Searched refs:baid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dagg.c44 u8 baid, u16 nssn, int queue) in iwl_mld_release_frames_from_notif() argument
52 baid, nssn); in iwl_mld_release_frames_from_notif()
54 if (WARN_ON_ONCE(baid == IWL_RX_REORDER_DATA_INVALID_BAID || in iwl_mld_release_frames_from_notif()
55 baid >= ARRAY_SIZE(mld->fw_id_to_ba))) in iwl_mld_release_frames_from_notif()
60 ba_data = rcu_dereference(mld->fw_id_to_ba[baid]); in iwl_mld_release_frames_from_notif()
62 IWL_DEBUG_HT(mld, "BAID %d not found in map\n", baid); in iwl_mld_release_frames_from_notif()
92 iwl_mld_release_frames_from_notif(mld, napi, release->baid, in iwl_mld_handle_frame_release_notif()
104 unsigned int baid, nssn, sta_id, tid; in iwl_mld_handle_bar_frame_release_notif() local
112 baid = le32_get_bits(release->ba_info, in iwl_mld_handle_bar_frame_release_notif()
121 if (IWL_FW_CHECK(mld, baid >= ARRAY_SIZE(mld->fw_id_to_ba), in iwl_mld_handle_bar_frame_release_notif()
[all …]
H A Dagg.h67 u8 baid; member
85 u32 baid; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c2690 static void iwl_mvm_sync_rxq_del_ba(struct iwl_mvm *mvm, u8 baid) in iwl_mvm_sync_rxq_del_ba() argument
2693 .baid = baid, in iwl_mvm_sync_rxq_del_ba()
2705 iwl_mvm_sync_rxq_del_ba(mvm, data->baid); in iwl_mvm_free_reorder()
2809 u16 buf_size, int baid) in iwl_mvm_fw_baid_op_cmd() argument
2823 BUILD_BUG_ON(sizeof(struct iwl_rx_baid_cfg_resp) != sizeof(baid)); in iwl_mvm_fw_baid_op_cmd()
2831 baid = -EIO; in iwl_mvm_fw_baid_op_cmd()
2833 cmd.remove_v1.baid = cpu_to_le32(baid); in iwl_mvm_fw_baid_op_cmd()
2841 ret = iwl_mvm_send_cmd_status(mvm, &hcmd, &baid); in iwl_mvm_fw_baid_op_cmd()
2847 baid = 0; in iwl_mvm_fw_baid_op_cmd()
2853 if (baid < 0 || baid >= ARRAY_SIZE(mvm->baid_map)) in iwl_mvm_fw_baid_op_cmd()
[all …]
H A Dmld-sta.c968 int baid; in iwl_mvm_mld_update_sta_baids() local
974 BUILD_BUG_ON(sizeof(struct iwl_rx_baid_cfg_resp) != sizeof(baid)); in iwl_mvm_mld_update_sta_baids()
976 for (baid = 0; baid < ARRAY_SIZE(mvm->baid_map); baid++) { in iwl_mvm_mld_update_sta_baids()
980 data = rcu_dereference_protected(mvm->baid_map[baid], in iwl_mvm_mld_update_sta_baids()
990 baid, old_sta_mask, data->sta_mask); in iwl_mvm_mld_update_sta_baids()