Home
last modified time | relevance | path

Searched refs:tx_resp (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c919 struct iwlagn_tx_resp *tx_resp) in iwl_rx_reply_tx_agg() argument
943 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 && in iwl_rx_reply_tx_agg()
949 if (tx_resp->frame_count == 1) in iwl_rx_reply_tx_agg()
955 iwlagn_get_scd_ssn(tx_resp), tx_resp->frame_count); in iwl_rx_reply_tx_agg()
1085 struct iwlagn_tx_resp *tx_resp) in iwlagn_set_tx_status() argument
1141 iwl_rx_reply_tx_agg(priv, tx_resp); in iwlagn_rx_reply_tx()
1146 if (tx_resp->frame_count == 1) { in iwlagn_rx_reply_tx()
1207 tx_resp->failure_frame); in iwlagn_rx_reply_tx()
1218 tx_resp); in iwlagn_rx_reply_tx()
1241 tx_resp->failure_frame, in iwlagn_rx_reply_tx()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1611 struct iwl_tx_resp *tx_resp) in iwl_mvm_get_scd_ssn() argument
1614 tx_resp->frame_count); in iwl_mvm_get_scd_ssn()
1632 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1634 u16 ssn = iwl_mvm_get_scd_ssn(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1644 txq_id = le16_to_cpu(tx_resp->tx_queue); in iwl_mvm_rx_tx_cmd_single()
1646 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1704 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1775 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1889 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_agg_dbg()
1947 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg()
[all …]
H A Dmvm.h1707 iwl_mvm_get_agg_status(struct iwl_mvm *mvm, void *tx_resp) in iwl_mvm_get_agg_status() argument
1710 return &((struct iwl_tx_resp *)tx_resp)->status; in iwl_mvm_get_agg_status()
1712 return ((struct iwl_tx_resp_v3 *)tx_resp)->status; in iwl_mvm_get_agg_status()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c1037 struct iwl_tx_resp *tx_resp = (void *)pkt->data; in iwl_mld_handle_tx_resp_notif() local
1038 int txq_id = le16_to_cpu(tx_resp->tx_queue); in iwl_mld_handle_tx_resp_notif()
1039 struct agg_tx_status *agg_status = &tx_resp->status; in iwl_mld_handle_tx_resp_notif()
1042 size_t notif_size = sizeof(*tx_resp) + sizeof(u32); in iwl_mld_handle_tx_resp_notif()
1043 int sta_id = IWL_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mld_handle_tx_resp_notif()
1044 int tid = IWL_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mld_handle_tx_resp_notif()
1053 if (IWL_FW_CHECK(mld, tx_resp->frame_count != 1, in iwl_mld_handle_tx_resp_notif()
1055 tx_resp->frame_count)) in iwl_mld_handle_tx_resp_notif()
1065 tx_resp->frame_count) & 0xFFFF; in iwl_mld_handle_tx_resp_notif()
1123 txq_id, status, ssn, le32_to_cpu(tx_resp->initial_rate), in iwl_mld_handle_tx_resp_notif()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c2617 il4965_get_scd_ssn(struct il4965_tx_resp *tx_resp) in il4965_get_scd_ssn() argument
2619 return le32_to_cpup(&tx_resp->u.status + in il4965_get_scd_ssn()
2620 tx_resp->frame_count) & IEEE80211_MAX_SN; in il4965_get_scd_ssn()
2644 struct il4965_tx_resp *tx_resp, int txq_id, in il4965_tx_status_reply_tx() argument
2657 agg->frame_count = tx_resp->frame_count; in il4965_tx_status_reply_tx()
2678 tx_resp->failure_frame); in il4965_tx_status_reply_tx()
2766 u32 status = le32_to_cpu(tx_resp->u.status); in il4965_hdl_tx()
2824 if (tx_resp->frame_count == 1 && in il4965_hdl_tx()
2844 le32_to_cpu(tx_resp->rate_n_flags), in il4965_hdl_tx()
2850 le32_to_cpu(tx_resp->rate_n_flags), in il4965_hdl_tx()
[all …]
H A D3945.c306 struct il3945_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; in il3945_hdl_tx() local
307 u32 status = le32_to_cpu(tx_resp->status); in il3945_hdl_tx()
336 rate_idx = il3945_hwrate_to_plcp_idx(tx_resp->rate); in il3945_hdl_tx()
340 fail = tx_resp->failure_frame; in il3945_hdl_tx()
351 il3945_get_tx_fail_reason(status), status, tx_resp->rate, in il3945_hdl_tx()
352 tx_resp->failure_frame); in il3945_hdl_tx()
H A Dcommands.h3365 struct il3945_tx_resp tx_resp; member