Searched refs:tx_resp (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | tx.c | 918 struct iwlagn_tx_resp *tx_resp) in iwl_rx_reply_tx_agg() argument 942 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 && in iwl_rx_reply_tx_agg() 948 if (tx_resp->frame_count == 1) in iwl_rx_reply_tx_agg() 954 iwlagn_get_scd_ssn(tx_resp), tx_resp->frame_count); in iwl_rx_reply_tx_agg() 1084 struct iwlagn_tx_resp *tx_resp) in iwlagn_set_tx_status() argument 1140 iwl_rx_reply_tx_agg(priv, tx_resp); in iwlagn_rx_reply_tx() 1145 if (tx_resp->frame_count == 1) { in iwlagn_rx_reply_tx() 1206 tx_resp->failure_frame); in iwlagn_rx_reply_tx() 1217 tx_resp); in iwlagn_rx_reply_tx() 1240 tx_resp->failure_frame, in iwlagn_rx_reply_tx() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | tx.c | 1447 struct iwl_mvm_tx_resp *tx_resp) in iwl_mvm_get_scd_ssn() argument 1450 tx_resp->frame_count) & 0xfff; in iwl_mvm_get_scd_ssn() 1464 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single() 1466 u16 ssn = iwl_mvm_get_scd_ssn(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single() 1476 txq_id = le16_to_cpu(tx_resp->tx_queue); in iwl_mvm_rx_tx_cmd_single() 1478 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single() 1535 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single() 1607 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single() 1718 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_agg_dbg() 1776 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg() [all …]
|
| A D | mvm.h | 1397 iwl_mvm_get_agg_status(struct iwl_mvm *mvm, void *tx_resp) in iwl_mvm_get_agg_status() argument 1400 return &((struct iwl_mvm_tx_resp *)tx_resp)->status; in iwl_mvm_get_agg_status() 1402 return ((struct iwl_mvm_tx_resp_v3 *)tx_resp)->status; in iwl_mvm_get_agg_status()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| A D | 4965-mac.c | 2617 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 …]
|
| A D | 3945.c | 306 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()
|
| A D | commands.h | 3352 struct il3945_tx_resp tx_resp; member
|
Completed in 798 milliseconds