Searched refs:tid_data (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.c | 474 if (mvmsta->tid_data[tid].state == IWL_AGG_ON) in iwl_mvm_get_queue_agg_tids() 521 if (mvmsta->tid_data[tid].state == IWL_AGG_ON) in iwl_mvm_remove_sta_queue_marking() 523 mvmsta->tid_data[tid].txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking() 538 * The TX path may have been using this TXQ_ID from the tid_data, in iwl_mvm_remove_sta_queue_marking() 926 mvmsta->tid_data[tid].txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm() 1088 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_unshare_queue() 1100 if (mvmsta->tid_data[tid].state == IWL_AGG_ON) { in iwl_mvm_unshare_queue() 1151 if (iwl_mvm_tid_queued(mvm, &mvmsta->tid_data[tid])) in iwl_mvm_remove_inactive_tids() 1155 if (mvmsta->tid_data[tid].state != IWL_AGG_OFF) in iwl_mvm_remove_inactive_tids() 1172 mvmsta->tid_data[ti in iwl_mvm_remove_inactive_tids() 1627 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[i]; iwl_mvm_realloc_queues_after_restart() local 3099 struct iwl_mvm_tid_data *tid_data; iwl_mvm_sta_tx_agg_start() local 3205 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; iwl_mvm_sta_tx_agg_oper() local 3331 iwl_mvm_unreserve_agg_queue(struct iwl_mvm * mvm,struct iwl_mvm_sta * mvmsta,struct iwl_mvm_tid_data * tid_data) iwl_mvm_unreserve_agg_queue() argument 3357 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; iwl_mvm_sta_tx_agg_stop() local 3430 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; iwl_mvm_sta_tx_agg_flush() local 4092 struct iwl_mvm_tid_data *tid_data; iwl_mvm_sta_modify_sleep_tx_count() local 4298 iwl_mvm_tid_queued(struct iwl_mvm * mvm,struct iwl_mvm_tid_data * tid_data) iwl_mvm_tid_queued() argument [all...] |
H A D | tx.c | 1053 !mvmsta->tid_data[tid].amsdu_in_ampdu_allowed) || in iwl_mvm_tx_tso() 1251 mvmsta->tid_data[tid].state != IWL_AGG_ON, in iwl_mvm_tx_mpdu() 1253 mvmsta->tid_data[tid].state, tid)) in iwl_mvm_tx_mpdu() 1256 seq_number = mvmsta->tid_data[tid].seq_number; in iwl_mvm_tx_mpdu() 1272 txq_id = mvmsta->tid_data[tid].txq_id; in iwl_mvm_tx_mpdu() 1330 mvmsta->tid_data[tid].seq_number = seq_number + 0x10; in iwl_mvm_tx_mpdu() 1445 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_check_ratid_empty() local 1451 if ((tid_data->state == IWL_AGG_ON || in iwl_mvm_check_ratid_empty() 1452 tid_data->state == IWL_EMPTYING_HW_QUEUE_DELBA) && in iwl_mvm_check_ratid_empty() 1453 iwl_mvm_tid_queued(mvm, tid_data) == 0) { in iwl_mvm_check_ratid_empty() [all …]
|
H A D | mld-sta.c | 786 for (i = 0; i < ARRAY_SIZE(mvm_sta->tid_data); i++) { in iwl_mvm_mld_disable_sta_queues() 787 if (mvm_sta->tid_data[i].txq_id == IWL_MVM_INVALID_QUEUE) in iwl_mvm_mld_disable_sta_queues() 791 &mvm_sta->tid_data[i].txq_id, i); in iwl_mvm_mld_disable_sta_queues() 792 mvm_sta->tid_data[i].txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_sta_queues() 962 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[tid]; in iwl_mvm_mld_update_sta_queues() 963 int txq_id = tid_data->txq_id; in iwl_mvm_mld_update_sta_queues() 949 struct iwl_mvm_tid_data *tid_data = &mvm_sta->tid_data[tid]; iwl_mvm_mld_update_sta_queues() local
|
H A D | sta.h | 381 * @lock: lock to protect the whole struct. Since %tid_data is access from Tx 383 * @tid_data: per tid data + mgmt. Look at %iwl_mvm_tid_data. 432 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1]; 459 u16 iwl_mvm_tid_queued(struct iwl_mvm *mvm, struct iwl_mvm_tid_data *tid_data); 419 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1]; global() member
|
H A D | offloading.c | 23 u16 seq = mvm_ap_sta->tid_data[i].seq_number; in iwl_mvm_set_wowlan_qos_seq()
|
H A D | mac80211.c | 995 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_mac_ampdu_action() 999 sta->addr, tid, tid_data->ssn); in iwl_mvm_mac_ampdu_action() 3405 for (tid = 0; tid < ARRAY_SIZE(mvmsta->tid_data); tid++) { in iwl_mvm_tdls_check_trigger() 3406 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_tdls_check_trigger() 3408 if (tid_data->txq_id == IWL_MVM_INVALID_QUEUE) in iwl_mvm_tdls_check_trigger() 3411 __set_bit(tid_data->txq_id, &txqs); 3413 if (iwl_mvm_tid_queued(mvm, tid_data) == 0) 918 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; iwl_mvm_ampdu_check_trigger() local 3211 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; __iwl_mvm_mac_sta_notify() local
|
H A D | d3.c | 2769 mvm_ap_sta->tid_data[i].seq_number = seq; in iwl_mvm_query_wakeup_reasons() 2775 mvm_ap_sta->tid_data[i].txq_id, in iwl_mvm_query_wakeup_reasons() 2776 mvm_ap_sta->tid_data[i].seq_number >> 4); in iwl_mvm_query_wakeup_reasons()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 3708 struct cudbg_tid_data *tid_data) in cudbg_read_tid() argument 3721 tid_data->dbig_cmd = val; in cudbg_read_tid() 3727 tid_data->dbig_conf = val; in cudbg_read_tid() 3746 tid_data->dbig_rsp_stat = val; in cudbg_read_tid() 3755 tid_data->data[i] = t4_read_reg(padap, in cudbg_read_tid() 3759 tid_data->tid = tid; in cudbg_read_tid() 3771 struct cudbg_tid_data *tid_data = NULL; in collect_le_tcam() local 3827 tid_data = (struct cudbg_tid_data *)(((struct cudbg_tcam *) in collect_le_tcam() 3848 tid_data = (struct cudbg_tid_data *)(scratch_buff.data); in collect_le_tcam() 3853 rc = cudbg_read_tid(pdbg_init, i, tid_data); in collect_le_tcam() [all …]
|