Lines Matching refs:tx_resp

1426 				      struct iwl_mvm_tx_resp *tx_resp)  in iwl_mvm_get_scd_ssn()  argument
1428 return le32_to_cpup((__le32 *)iwl_mvm_get_agg_status(mvm, tx_resp) + in iwl_mvm_get_scd_ssn()
1429 tx_resp->frame_count) & 0xfff; in iwl_mvm_get_scd_ssn()
1439 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_single() local
1440 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
1441 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single()
1443 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1445 u16 ssn = iwl_mvm_get_scd_ssn(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1455 txq_id = le16_to_cpu(tx_resp->tx_queue); in iwl_mvm_rx_tx_cmd_single()
1457 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1509 info->status.rates[0].count = tx_resp->failure_frame + 1; in iwl_mvm_rx_tx_cmd_single()
1510 iwl_mvm_hwrate_to_tx_status(le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1513 (void *)(uintptr_t)le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_single()
1547 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_single()
1549 lq_color = TX_RES_RATE_TABLE_COL_GET(tx_resp->tlc_info); in iwl_mvm_rx_tx_cmd_single()
1551 RS_DRV_DATA_PACK(lq_color, tx_resp->reduced_tpc); in iwl_mvm_rx_tx_cmd_single()
1578 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1579 tx_resp->failure_frame, SEQ_TO_INDEX(sequence), in iwl_mvm_rx_tx_cmd_single()
1596 le16_to_cpu(tx_resp->wireless_media_time)); in iwl_mvm_rx_tx_cmd_single()
1687 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg_dbg() local
1689 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_agg_dbg()
1692 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_mvm_rx_tx_cmd_agg_dbg()
1713 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd_agg() local
1714 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
1715 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
1739 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg()
1741 le16_to_cpu(tx_resp->wireless_media_time); in iwl_mvm_rx_tx_cmd_agg()
1743 TX_RES_RATE_TABLE_COL_GET(tx_resp->tlc_info); in iwl_mvm_rx_tx_cmd_agg()
1745 le16_to_cpu(tx_resp->wireless_media_time)); in iwl_mvm_rx_tx_cmd_agg()
1754 struct iwl_mvm_tx_resp *tx_resp = (void *)pkt->data; in iwl_mvm_rx_tx_cmd() local
1756 if (tx_resp->frame_count == 1) in iwl_mvm_rx_tx_cmd()