Home
last modified time | relevance | path

Searched refs:tid_data (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c1627 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[i]; in iwl_mvm_realloc_queues_after_restart() local
3167 tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_start()
3168 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()
3175 tid_data->ssn, in iwl_mvm_sta_tx_agg_start()
3205 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_oper() local
3231 ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_oper()
3357 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_stop() local
3384 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()
3388 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
3430 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_flush() local
[all …]
H A Dtx.c1334 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_check_ratid_empty() local
1355 normalized_ssn = tid_data->ssn; in iwl_mvm_check_ratid_empty()
1362 switch (tid_data->state) { in iwl_mvm_check_ratid_empty()
1366 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1375 tid_data->state = IWL_AGG_OFF; in iwl_mvm_check_ratid_empty()
1759 &mvmsta->tid_data[tid]; in iwl_mvm_rx_tx_cmd_single()
1903 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg()
1987 tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_tx_reclaim()
1989 if (tid_data->txq_id != txq) { in iwl_mvm_tx_reclaim()
1992 tid_data->txq_id, tid); in iwl_mvm_tx_reclaim()
[all …]
H A Dmld-sta.c783 for (i = 0; i < ARRAY_SIZE(mvm_sta->tid_data); i++) { in iwl_mvm_mld_disable_sta_queues()
784 if (mvm_sta->tid_data[i].txq_id == IWL_MVM_INVALID_QUEUE) in iwl_mvm_mld_disable_sta_queues()
788 &mvm_sta->tid_data[i].txq_id, i); in iwl_mvm_mld_disable_sta_queues()
789 mvm_sta->tid_data[i].txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_sta_queues()
949 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[tid]; in iwl_mvm_mld_update_sta_queues() local
950 int txq_id = tid_data->txq_id; in iwl_mvm_mld_update_sta_queues()
H A Dsta.h419 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1]; member
444 u16 iwl_mvm_tid_queued(struct iwl_mvm *mvm, struct iwl_mvm_tid_data *tid_data);
H A Doffloading.c23 u16 seq = mvm_ap_sta->tid_data[i].seq_number; in iwl_mvm_set_wowlan_qos_seq()
H A Dmac80211.c918 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_ampdu_check_trigger() local
922 sta->addr, tid, tid_data->ssn); in iwl_mvm_ampdu_check_trigger()
3210 for (tid = 0; tid < ARRAY_SIZE(mvmsta->tid_data); tid++) { in __iwl_mvm_mac_sta_notify()
3211 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in __iwl_mvm_mac_sta_notify() local
3213 if (tid_data->txq_id == IWL_MVM_INVALID_QUEUE) in __iwl_mvm_mac_sta_notify()
3216 __set_bit(tid_data->txq_id, &txqs); in __iwl_mvm_mac_sta_notify()
3218 if (iwl_mvm_tid_queued(mvm, tid_data) == 0) in __iwl_mvm_mac_sta_notify()
H A Dd3.c2412 mvm_ap_sta->tid_data[i].seq_number = seq; in iwl_mvm_query_wakeup_reasons()
2418 mvm_ap_sta->tid_data[i].txq_id, in iwl_mvm_query_wakeup_reasons()
2419 mvm_ap_sta->tid_data[i].seq_number >> 4); in iwl_mvm_query_wakeup_reasons()
/freebsd-14.2/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3709 struct cudbg_tid_data *tid_data) in cudbg_read_tid() argument
3722 tid_data->dbig_cmd = val; in cudbg_read_tid()
3728 tid_data->dbig_conf = val; in cudbg_read_tid()
3747 tid_data->dbig_rsp_stat = val; in cudbg_read_tid()
3756 tid_data->data[i] = t4_read_reg(padap, in cudbg_read_tid()
3760 tid_data->tid = tid; in cudbg_read_tid()
3772 struct cudbg_tid_data *tid_data = NULL; in collect_le_tcam() local
3828 tid_data = (struct cudbg_tid_data *)(((struct cudbg_tcam *) in collect_le_tcam()
3849 tid_data = (struct cudbg_tid_data *)(scratch_buff.data); in collect_le_tcam()
3854 rc = cudbg_read_tid(pdbg_init, i, tid_data); in collect_le_tcam()
[all …]