Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDsta.c474 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()
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[tid].txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_inactive_tids()
1353 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_sta_alloc_queue()
[all …]
HDtx.c1053 !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 …]
HDmld-sta.c786 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() local
963 int txq_id = tid_data->txq_id; in iwl_mvm_mld_update_sta_queues()
HDsta.h432 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1]; member
459 u16 iwl_mvm_tid_queued(struct iwl_mvm *mvm, struct iwl_mvm_tid_data *tid_data);
HDoffloading.c23 u16 seq = mvm_ap_sta->tid_data[i].seq_number; in iwl_mvm_set_wowlan_qos_seq()
HDmac80211.c995 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in iwl_mvm_ampdu_check_trigger() local
999 sta->addr, tid, tid_data->ssn); in iwl_mvm_ampdu_check_trigger()
3405 for (tid = 0; tid < ARRAY_SIZE(mvmsta->tid_data); tid++) { in __iwl_mvm_mac_sta_notify()
3406 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid]; in __iwl_mvm_mac_sta_notify() local
3408 if (tid_data->txq_id == IWL_MVM_INVALID_QUEUE) in __iwl_mvm_mac_sta_notify()
3411 __set_bit(tid_data->txq_id, &txqs); in __iwl_mvm_mac_sta_notify()
3413 if (iwl_mvm_tid_queued(mvm, tid_data) == 0) in __iwl_mvm_mac_sta_notify()
HDd3.c2769 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-head/sys/dev/cxgbe/cudbg/
HDcudbg_lib.c3708 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 …]