Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1574 struct iwl_mvm_tx_resp *tx_resp) in iwl_mvm_get_scd_ssn() argument
1577 tx_resp->frame_count) & 0xfff; in iwl_mvm_get_scd_ssn()
1591 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1593 u16 ssn = iwl_mvm_get_scd_ssn(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_single()
1603 txq_id = le16_to_cpu(tx_resp->tx_queue); in iwl_mvm_rx_tx_cmd_single()
1605 seq_ctl = le16_to_cpu(tx_resp->seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1662 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1733 le32_to_cpu(tx_resp->initial_rate), in iwl_mvm_rx_tx_cmd_single()
1844 iwl_mvm_get_agg_status(mvm, tx_resp); in iwl_mvm_rx_tx_cmd_agg_dbg()
1902 le32_to_cpu(tx_resp->initial_rate); in iwl_mvm_rx_tx_cmd_agg()
[all …]
H A Dmvm.h1533 iwl_mvm_get_agg_status(struct iwl_mvm *mvm, void *tx_resp) in iwl_mvm_get_agg_status() argument
1536 return &((struct iwl_mvm_tx_resp *)tx_resp)->status; in iwl_mvm_get_agg_status()
1538 return ((struct iwl_mvm_tx_resp_v3 *)tx_resp)->status; in iwl_mvm_get_agg_status()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3414 struct iwm_tx_resp *tx_resp = (void *)pkt->data; in iwm_rx_tx_cmd_single() local
3428 (int) le16toh(tx_resp->status.status), in iwm_rx_tx_cmd_single()
3429 (int) le16toh(tx_resp->status.sequence), in iwm_rx_tx_cmd_single()
3430 tx_resp->frame_count, in iwm_rx_tx_cmd_single()
3431 tx_resp->bt_kill_count, in iwm_rx_tx_cmd_single()
3432 tx_resp->failure_rts, in iwm_rx_tx_cmd_single()
3433 tx_resp->failure_frame, in iwm_rx_tx_cmd_single()
3434 le32toh(tx_resp->initial_rate), in iwm_rx_tx_cmd_single()
3435 (int) le16toh(tx_resp->wireless_media_time)); in iwm_rx_tx_cmd_single()
3450 txs->short_retries = tx_resp->failure_rts; in iwm_rx_tx_cmd_single()
[all …]
H A Dif_iwmreg.h5305 static inline uint32_t iwm_get_scd_ssn(struct iwm_tx_resp *tx_resp) in iwm_get_scd_ssn() argument
5307 return le32_to_cpup((uint32_t *)&tx_resp->status + in iwm_get_scd_ssn()
5308 tx_resp->frame_count) & 0xfff; in iwm_get_scd_ssn()