Lines Matching refs:tx_resp

679 	struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data;  in iwl_mvm_rx_tx_cmd_single()  local
680 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
681 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
682 u32 status = le16_to_cpu(tx_resp->status.status); in iwl_mvm_rx_tx_cmd_single()
683 u16 ssn = iwl_mvm_get_scd_ssn(tx_resp); in iwl_mvm_rx_tx_cmd_single()
691 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single()
721 info->status.rates[0].count = tx_resp->failure_frame + 1; in iwl_mvm_rx_tx_cmd_single()
722 iwl_mvm_hwrate_to_tx_status(le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
725 (void *)(uintptr_t)le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_single()
744 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_single()
747 (void *)(uintptr_t)tx_resp->reduced_tpc; in iwl_mvm_rx_tx_cmd_single()
779 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
780 tx_resp->failure_frame, SEQ_TO_INDEX(sequence), in iwl_mvm_rx_tx_cmd_single()
889 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg_dbg() local
890 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_mvm_rx_tx_cmd_agg_dbg()
893 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg()
914 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg() local
915 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
916 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
935 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg()
936 mvmsta->tid_data[tid].reduced_tpc = tx_resp->reduced_tpc; in iwl_mvm_rx_tx_cmd_agg()
938 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_agg()
947 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd() local
949 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()