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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c43 static inline u32 iwlagn_get_scd_ssn(struct iwl5000_tx_resp *tx_resp) argument
45 return le32_to_cpup((__le32 *)&tx_resp->status +
46 tx_resp->frame_count) & MAX_SN;
51 struct iwl5000_tx_resp *tx_resp,
55 struct agg_tx_status *frame_status = &tx_resp->status;
58 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
65 agg->frame_count = tx_resp->frame_count;
80 info->status.rates[0].count = tx_resp->failure_frame + 1;
87 status & 0xff, tx_resp->failure_frame);
221 struct iwl5000_tx_resp *tx_resp local
49 iwlagn_tx_status_reply_tx(struct iwl_priv *priv, struct iwl_ht_agg *agg, struct iwl5000_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
[all...]
H A Diwl-4965.c1877 static inline u32 iwl4965_get_scd_ssn(struct iwl4965_tx_resp *tx_resp) argument
1879 return le32_to_cpup(&tx_resp->u.status + tx_resp->frame_count) & MAX_SN;
1887 struct iwl4965_tx_resp *tx_resp,
1891 struct agg_tx_status *frame_status = tx_resp->u.agg_status;
1894 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
1900 agg->frame_count = tx_resp->frame_count;
1915 info->status.rates[0].count = tx_resp->failure_frame + 1;
1921 status & 0xff, tx_resp->failure_frame);
2063 struct iwl4965_tx_resp *tx_resp local
1885 iwl4965_tx_status_reply_tx(struct iwl_priv *priv, struct iwl_ht_agg *agg, struct iwl4965_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
[all...]
H A Diwl-3945.c305 struct iwl3945_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; local
306 u32 status = le32_to_cpu(tx_resp->status);
322 rate_idx = iwl3945_hwrate_to_plcp_idx(tx_resp->rate);
326 fail = tx_resp->failure_frame;
331 /* tx_status->rts_retry_count = tx_resp->failure_rts; */
337 tx_resp->rate, tx_resp->failure_frame);
H A Diwl-commands.h3977 struct iwl3945_tx_resp tx_resp; member in union:iwl_rx_packet::__anon13771
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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));

Completed in 85 milliseconds