Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c1528 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[i]; in iwl_mvm_realloc_queues_after_restart() local
1693 memset(&mvm_sta->tid_data[i], 0, sizeof(mvm_sta->tid_data[i])); in iwl_mvm_add_sta()
3006 tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_start()
3007 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()
3043 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_oper() local
3069 ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_oper()
3193 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_stop() local
3219 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()
3223 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
3265 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_sta_tx_agg_flush() local
[all …]
H A Dtx.c1253 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_check_ratid_empty() local
1274 normalized_ssn = tid_data->ssn; in iwl_mvm_check_ratid_empty()
1281 switch (tid_data->state) { in iwl_mvm_check_ratid_empty()
1285 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1294 tid_data->state = IWL_AGG_OFF; in iwl_mvm_check_ratid_empty()
1678 &mvmsta->tid_data[tid]; in iwl_mvm_rx_tx_cmd_single()
1822 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg()
1906 tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_tx_reclaim()
1908 if (tid_data->txq_id != txq) { in iwl_mvm_tx_reclaim()
1911 tid_data->txq_id, tid); in iwl_mvm_tx_reclaim()
[all …]
H A Dsta.h394 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1]; member
422 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.c929 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_ampdu_check_trigger() local
933 sta->addr, tid, tid_data->ssn); in iwl_mvm_ampdu_check_trigger()
3042 for (tid = 0; tid < ARRAY_SIZE(mvmsta->tid_data); tid++) { in __iwl_mvm_mac_sta_notify()
3043 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in __iwl_mvm_mac_sta_notify() local
3045 if (tid_data->txq_id == IWL_MVM_INVALID_QUEUE) in __iwl_mvm_mac_sta_notify()
3048 __set_bit(tid_data->txq_id, &txqs); in __iwl_mvm_mac_sta_notify()
3050 if (iwl_mvm_tid_queued(mvm, tid_data) == 0) in __iwl_mvm_mac_sta_notify()
H A Dd3.c2221 mvm_ap_sta->tid_data[i].seq_number = seq; in iwl_mvm_query_wakeup_reasons()
2227 mvm_ap_sta->tid_data[i].txq_id, in iwl_mvm_query_wakeup_reasons()
2228 mvm_ap_sta->tid_data[i].seq_number >> 4); in iwl_mvm_query_wakeup_reasons()
/freebsd-13.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3711 struct cudbg_tid_data *tid_data) in cudbg_read_tid() argument
3724 tid_data->dbig_cmd = val; in cudbg_read_tid()
3730 tid_data->dbig_conf = val; in cudbg_read_tid()
3749 tid_data->dbig_rsp_stat = val; in cudbg_read_tid()
3758 tid_data->data[i] = t4_read_reg(padap, in cudbg_read_tid()
3762 tid_data->tid = tid; in cudbg_read_tid()
3774 struct cudbg_tid_data *tid_data = NULL; in collect_le_tcam() local
3830 tid_data = (struct cudbg_tid_data *)(((struct cudbg_tcam *) in collect_le_tcam()
3851 tid_data = (struct cudbg_tid_data *)(scratch_buff.data); in collect_le_tcam()
3856 rc = cudbg_read_tid(pdbg_init, i, tid_data); in collect_le_tcam()
[all …]