Searched refs:tx_resp (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c819 struct iwlagn_tx_resp *tx_resp)
821 struct agg_tx_status *frame_status = &tx_resp->status;
822 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >>
824 int sta_id = (tx_resp->ra_tid & IWLAGN_TX_RES_RA_MSK) >>
827 u32 status = le16_to_cpu(tx_resp->status.status);
836 agg->rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
837 agg->wait_for_ba = (tx_resp->frame_count > 1);
843 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 &&
849 if (tx_resp
818 iwl_rx_reply_tx_agg(struct iwl_priv *priv, struct iwlagn_tx_resp *tx_resp) argument
898 iwlagn_get_scd_ssn(struct iwlagn_tx_resp *tx_resp) argument
981 iwlagn_set_tx_status(struct iwl_priv *priv, struct ieee80211_tx_info *info, struct iwlagn_tx_resp *tx_resp, bool is_agg) argument
1015 struct iwlagn_tx_resp *tx_resp = (void *)pkt->data; local
[all...]
/drivers/net/wireless/iwmc3200wifi/
H A Drx.c220 struct iwm_lmac_tx_resp *tx_resp; local
223 tx_resp = (struct iwm_lmac_tx_resp *)
231 IWM_DBG_TX(iwm, DBG, "\tFrame cnt: %d\n", tx_resp->frame_cnt);
233 le16_to_cpu(tx_resp->retry_cnt));
234 IWM_DBG_TX(iwm, DBG, "\tSeq ctl: %d\n", le16_to_cpu(tx_resp->seq_ctl));
236 le16_to_cpu(tx_resp->byte_cnt));
237 IWM_DBG_TX(iwm, DBG, "\tStatus: 0x%x\n", le32_to_cpu(tx_resp->status));
/drivers/net/wireless/iwlegacy/
H A D3945.c322 struct il3945_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; local
323 u32 status = le32_to_cpu(tx_resp->status);
339 rate_idx = il3945_hwrate_to_plcp_idx(tx_resp->rate);
343 fail = tx_resp->failure_frame;
348 /* tx_status->rts_retry_count = tx_resp->failure_rts; */
354 il3945_get_tx_fail_reason(status), status, tx_resp->rate,
355 tx_resp->failure_frame);
H A D4965-mac.c2606 il4965_get_scd_ssn(struct il4965_tx_resp *tx_resp) argument
2608 return le32_to_cpup(&tx_resp->u.status + tx_resp->frame_count) & MAX_SN;
2632 struct il4965_tx_resp *tx_resp, int txq_id,
2636 struct agg_tx_status *frame_status = tx_resp->u.agg_status;
2639 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
2645 agg->frame_count = tx_resp->frame_count;
2660 info->status.rates[0].count = tx_resp->failure_frame + 1;
2666 tx_resp->failure_frame);
2753 struct il4965_tx_resp *tx_resp local
2631 il4965_tx_status_reply_tx(struct il_priv *il, struct il_ht_agg *agg, struct il4965_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
[all...]
H A Dcommands.h3356 struct il3945_tx_resp tx_resp; member in union:il_rx_pkt::__anon3559

Completed in 113 milliseconds