Searched refs:agg_status (Results 1 – 3 of 3) sorted by relevance
1095 struct agg_tx_status *agg_status = &tx_resp->status; in iwl_mld_handle_tx_resp_notif() local1096 u32 status = le16_to_cpu(agg_status->status); in iwl_mld_handle_tx_resp_notif()1120 ssn = le32_to_cpup((__le32 *)agg_status + in iwl_mld_handle_tx_resp_notif()
1550 struct agg_tx_status *agg_status = in iwl_mvm_tx_resp_min_len() local1554 return (u8 *)(agg_status + tx_resp->frame_count) - (u8 *)tx_resp + in iwl_mvm_tx_resp_min_len()1568 struct agg_tx_status *agg_status = in iwl_mvm_rx_tx_cmd_single() local1570 u32 status = le16_to_cpu(agg_status->status); in iwl_mvm_rx_tx_cmd_single()
1498 struct agg_tx_status *agg_status; in iwl_mvm_rx_beacon_notif() local1515 agg_status = iwl_mvm_get_agg_status(mvm, beacon_notify_hdr); in iwl_mvm_rx_beacon_notif()1516 status = le16_to_cpu(agg_status->status) & TX_STATUS_MSK; in iwl_mvm_rx_beacon_notif()