Searched refs:ra_tid (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | tx.h | 511 * @ra_tid: bits [3:0] = ra, bits [7:4] = tid 540 u8 ra_tid; 568 * @ra_tid: bits [3:0] = ra, bits [7:4] = tid 598 u8 ra_tid; 709 * @ra_tid: array of RA-TID queue status updates. For debug purposes only. See 729 DECLARE_FLEX_ARRAY(struct iwl_mvm_compressed_ba_ratid, ra_tid); 538 u8 ra_tid; global() member 596 u8 ra_tid; global() member
|
H A D | rx.h | 986 * @ra_tid: bit 3:0 - TID, bit 8:4 - STA_ID, bit 9 - valid member 992 __le16 ra_tid[BA_WINDOW_STREAMS_MAX];
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 1127 static int iwl_pcie_txq_set_ratid_map(struct iwl_trans *trans, u16 ra_tid, in iwl_pcie_enqueue_hcmd() 1135 scd_q2ratid = ra_tid & SCD_QUEUE_RA_TID_MAP_RATID_MSK; in iwl_pcie_enqueue_hcmd() 1186 u16 ra_tid = BUILD_RAxTID(cfg->sta_id, cfg->tid); in iwl_pcie_hcmd_complete() 1189 iwl_pcie_txq_set_ratid_map(trans, ra_tid, txq_id); in iwl_pcie_hcmd_complete() 1197 * make the ra_tid mapping configuration irrelevant in iwl_pcie_hcmd_complete() 710 iwl_pcie_txq_set_ratid_map(struct iwl_trans * trans,u16 ra_tid,u16 txq_id) iwl_pcie_txq_set_ratid_map() argument 769 u16 ra_tid = BUILD_RAxTID(cfg->sta_id, cfg->tid); iwl_trans_pcie_txq_enable() local
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 1705 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() 1706 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() 1996 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg() 1997 int tid = IWL_MVM_TX_RES_GET_TID(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg()
|
H A D | rx.c | 1321 BUILD_BUG_ON(ARRAY_SIZE(notif->ra_tid) != BA_WINDOW_STREAMS_MAX); 1335 ratid = le16_to_cpu(notif->ra_tid[i]);
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 5174 * @ra_tid: bits [3:0] = ra, bits [7:4] = tid 5202 uint8_t ra_tid; 5198 uint8_t ra_tid; global() member
|