Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-tx.c819 struct iwlagn_tx_resp *tx_resp) in iwl_rx_reply_tx_agg() argument
821 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_rx_reply_tx_agg()
822 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> in iwl_rx_reply_tx_agg()
824 int sta_id = (tx_resp->ra_tid & IWLAGN_TX_RES_RA_MSK) >> in iwl_rx_reply_tx_agg()
827 u32 status = le16_to_cpu(tx_resp->status.status); in iwl_rx_reply_tx_agg()
836 agg->rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags); in iwl_rx_reply_tx_agg()
837 agg->wait_for_ba = (tx_resp->frame_count > 1); in iwl_rx_reply_tx_agg()
843 if (tx_resp->bt_kill_count && tx_resp->frame_count == 1 && in iwl_rx_reply_tx_agg()
849 if (tx_resp->frame_count == 1) in iwl_rx_reply_tx_agg()
853 for (i = 0; i < tx_resp->frame_count; i++) { in iwl_rx_reply_tx_agg()
[all …]
/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/
Drx.c220 struct iwm_lmac_tx_resp *tx_resp; in iwm_ntf_tx() local
223 tx_resp = (struct iwm_lmac_tx_resp *) in iwm_ntf_tx()
231 IWM_DBG_TX(iwm, DBG, "\tFrame cnt: %d\n", tx_resp->frame_cnt); in iwm_ntf_tx()
233 le16_to_cpu(tx_resp->retry_cnt)); in iwm_ntf_tx()
234 IWM_DBG_TX(iwm, DBG, "\tSeq ctl: %d\n", le16_to_cpu(tx_resp->seq_ctl)); in iwm_ntf_tx()
236 le16_to_cpu(tx_resp->byte_cnt)); in iwm_ntf_tx()
237 IWM_DBG_TX(iwm, DBG, "\tStatus: 0x%x\n", le32_to_cpu(tx_resp->status)); in iwm_ntf_tx()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965-mac.c2606 il4965_get_scd_ssn(struct il4965_tx_resp *tx_resp) in il4965_get_scd_ssn() argument
2608 return le32_to_cpup(&tx_resp->u.status + tx_resp->frame_count) & MAX_SN; in il4965_get_scd_ssn()
2632 struct il4965_tx_resp *tx_resp, int txq_id, in il4965_tx_status_reply_tx() argument
2636 struct agg_tx_status *frame_status = tx_resp->u.agg_status; in il4965_tx_status_reply_tx()
2639 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags); in il4965_tx_status_reply_tx()
2645 agg->frame_count = tx_resp->frame_count; in il4965_tx_status_reply_tx()
2660 info->status.rates[0].count = tx_resp->failure_frame + 1; in il4965_tx_status_reply_tx()
2666 tx_resp->failure_frame); in il4965_tx_status_reply_tx()
2753 struct il4965_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; in il4965_hdl_tx() local
2754 u32 status = le32_to_cpu(tx_resp->u.status); in il4965_hdl_tx()
[all …]
D3945.c322 struct il3945_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; in il3945_hdl_tx() local
323 u32 status = le32_to_cpu(tx_resp->status); in il3945_hdl_tx()
339 rate_idx = il3945_hwrate_to_plcp_idx(tx_resp->rate); in il3945_hdl_tx()
343 fail = tx_resp->failure_frame; in il3945_hdl_tx()
354 il3945_get_tx_fail_reason(status), status, tx_resp->rate, in il3945_hdl_tx()
355 tx_resp->failure_frame); in il3945_hdl_tx()
Dcommands.h3356 struct il3945_tx_resp tx_resp; member