Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c912 static inline u32 iwlagn_get_scd_ssn(struct iwlagn_tx_resp *tx_resp) in iwlagn_get_scd_ssn() argument
914 return le32_to_cpup((__le32 *)&tx_resp->status + in iwlagn_get_scd_ssn()
915 tx_resp->frame_count) & IEEE80211_MAX_SN; in iwlagn_get_scd_ssn()
919 struct iwlagn_tx_resp *tx_resp) in iwl_rx_reply_tx_agg() argument
921 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_rx_reply_tx_agg()
922 int tid = (tx_resp->ra_tid & IWLAGN_TX_RES_TID_MSK) >> in iwl_rx_reply_tx_agg()
924 int sta_id = (tx_resp->ra_tid & IWLAGN_TX_RES_RA_MSK) >> in iwl_rx_reply_tx_agg()
927 u32 status = le16_to_cpu(tx_resp->status.status); in iwl_rx_reply_tx_agg()
936 agg->rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags); in iwl_rx_reply_tx_agg()
937 agg->wait_for_ba = (tx_resp->frame_count > 1); in iwl_rx_reply_tx_agg()
[all …]
/linux/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
2648 struct agg_tx_status *frame_status = tx_resp->u.agg_status; in il4965_tx_status_reply_tx()
2651 u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags); in il4965_tx_status_reply_tx()
2657 agg->frame_count = tx_resp->frame_count; in il4965_tx_status_reply_tx()
2672 info->status.rates[0].count = tx_resp->failure_frame + 1; in il4965_tx_status_reply_tx()
2678 tx_resp->failure_frame); in il4965_tx_status_reply_tx()
2765 struct il4965_tx_resp *tx_resp = (void *)&pkt->u.raw[0]; in il4965_hdl_tx() local
[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