Lines Matching refs:tx_resp

631 	struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;  in iwl_mvm_rx_tx_cmd_single()  local
632 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
633 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
634 u32 status = le16_to_cpu(tx_resp->status.status); in iwl_mvm_rx_tx_cmd_single()
635 u16 ssn = iwl_mvm_get_scd_ssn(tx_resp); in iwl_mvm_rx_tx_cmd_single()
643 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single()
673 info->status.rates[0].count = tx_resp->failure_frame + 1; in iwl_mvm_rx_tx_cmd_single()
674 iwl_mvm_hwrate_to_tx_status(le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
677 (void *)(uintptr_t)le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_single()
696 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_single()
699 (void *)(uintptr_t)tx_resp->reduced_tpc; in iwl_mvm_rx_tx_cmd_single()
731 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
732 tx_resp->failure_frame, SEQ_TO_INDEX(sequence), in iwl_mvm_rx_tx_cmd_single()
841 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg_dbg() local
842 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_mvm_rx_tx_cmd_agg_dbg()
845 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg()
866 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg() local
867 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
868 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
887 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg()
888 mvmsta->tid_data[tid].reduced_tpc = tx_resp->reduced_tpc; in iwl_mvm_rx_tx_cmd_agg()
890 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_agg()
900 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd() local
902 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()