Home
last modified time | relevance | path

Searched refs:tid (Results 376 – 400 of 760) sorted by relevance

1...<<11121314151617181920>>...31

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.h19 u8 tid; member
/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c391 int chn, tid; in aac_slave_configure() local
399 tid = sdev_id(sdev); in aac_slave_configure()
400 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && aac->sa_firmware) { in aac_slave_configure()
401 devtype = aac->hba_map[chn][tid].devtype; in aac_slave_configure()
404 depth = aac->hba_map[chn][tid].qd_limit; in aac_slave_configure()
519 int chn, tid, is_native_device = 0; in aac_change_queue_depth() local
522 tid = sdev_id(sdev); in aac_change_queue_depth()
523 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && in aac_change_queue_depth()
524 aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW) in aac_change_queue_depth()
549 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit); in aac_change_queue_depth()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c678 u32 ath11k_hal_reo_qdesc_size(u32 ba_window_size, u8 tid) in ath11k_hal_reo_qdesc_size() argument
683 if (tid != HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_size()
699 void ath11k_hal_reo_qdesc_setup(void *vaddr, int tid, u32 ba_window_size, in ath11k_hal_reo_qdesc_setup() argument
711 qdesc->rx_queue_num = FIELD_PREP(HAL_RX_REO_QUEUE_RX_QUEUE_NUMBER, tid); in ath11k_hal_reo_qdesc_setup()
716 FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_AC, ath11k_tid_to_ac(tid)); in ath11k_hal_reo_qdesc_setup()
721 if (ba_window_size == 1 && tid != HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_setup()
753 if (tid == HAL_DESC_REO_NON_QOS_TID) in ath11k_hal_reo_qdesc_setup()
840 rx_user_status->tid = ppdu_info->tid; in ath11k_hal_rx_populate_mu_user_info()
905 ppdu_info->tid = in ath11k_hal_rx_parse_mon_status_tlv()
/openbmc/linux/arch/powerpc/kvm/
H A De500mc.c59 unsigned int tid, ts; in kvmppc_e500_tlbil_one() local
65 tid = get_tlb_tid(gtlbe); in kvmppc_e500_tlbil_one()
68 val = (tid << 16) | ts; in kvmppc_e500_tlbil_one()
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c168 event.fork.tid = data->pid; in synthesize_fork()
189 event.mmap2.tid = data->pid; in synthesize_mmap()
223 .tid = data->pid, in synthesize_sample()
/openbmc/linux/tools/perf/util/
H A Dthread.c40 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() argument
50 thread__set_tid(thread, tid); in thread__new()
60 snprintf(comm_str, sizeof(comm_str), ":%d", tid); in thread__new()
H A Dlock-contention.h93 u32 tid; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1632 unsigned short tid, status; in OnAction_back() local
1676 tid = ((frame_body[5] >> 2) & 0x7); in OnAction_back()
1701 tid = (frame_body[3] >> 4) & 0x0F; in OnAction_back()
1857 unsigned short tid; in OnAction_sa_query() local
3162 u16 tid, bool wait_ack) in _issue_qos_nulldata() argument
3204 SetPriority(qc, tid); in _issue_qos_nulldata()
3420 le_tmp = cpu_to_le16(tid); in issue_action_SA_Query()
3733 u16 tid; in send_delba() local
3744 for (tid = 0; tid < MAXTID; tid++) { in send_delba()
3745 if (psta->recvreorder_ctrl[tid].enable) { in send_delba()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c50 int ret = 0, tid; in ath12k_dp_peer_setup() local
64 for (tid = 0; tid <= IEEE80211_NUM_TIDS; tid++) { in ath12k_dp_peer_setup()
65 ret = ath12k_dp_rx_peer_tid_setup(ar, addr, vdev_id, tid, 1, 0, in ath12k_dp_peer_setup()
69 tid, ret); in ath12k_dp_peer_setup()
94 for (; tid >= 0; tid--) in ath12k_dp_peer_setup()
95 ath12k_dp_rx_peer_tid_delete(ar, peer, tid); in ath12k_dp_peer_setup()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c752 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7996_ampdu_action()
754 u16 tid = params->tid; in mt7996_ampdu_action() local
767 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, ssn, in mt7996_ampdu_action()
772 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid); in mt7996_ampdu_action()
783 clear_bit(tid, &msta->wcid.ampdu_state); in mt7996_ampdu_action()
787 set_bit(tid, &msta->wcid.ampdu_state); in mt7996_ampdu_action()
792 clear_bit(tid, &msta->wcid.ampdu_state); in mt7996_ampdu_action()
794 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in mt7996_ampdu_action()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c821 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7615_ampdu_action()
823 u16 tid = params->tid; in mt7615_ampdu_action() local
837 mt76_rx_aggr_start(&dev->mt76, &msta->wcid, tid, ssn, in mt7615_ampdu_action()
842 mt76_rx_aggr_stop(&dev->mt76, &msta->wcid, tid); in mt7615_ampdu_action()
849 ssn = mt7615_mac_get_sta_tid_sn(dev, msta->wcid.idx, tid); in mt7615_ampdu_action()
850 ieee80211_send_bar(vif, sta->addr, tid, in mt7615_ampdu_action()
859 ssn = mt7615_mac_get_sta_tid_sn(dev, msta->wcid.idx, tid); in mt7615_ampdu_action()
866 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in mt7615_ampdu_action()
/openbmc/linux/drivers/infiniband/core/
H A Duser_mad.c475 if ((hdr->tid != sent_hdr->tid) || in is_duplicate()
507 __be64 *tid; in ib_umad_write() local
620 tid = &((struct ib_mad_hdr *) packet->msg->mad)->tid; in ib_umad_write()
621 *tid = cpu_to_be64(((u64) agent->hi_tid) << 32 | in ib_umad_write()
622 (be64_to_cpup(tid) & 0xffffffff)); in ib_umad_write()
623 rmpp_mad_hdr->mad_hdr.tid = *tid; in ib_umad_write()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h47 int tid; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h188 struct cudbg_tid_info_region tid; member
265 u32 tid; member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_recv.h30 u32 tid:4; member
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c102 pid_t tid; member
1212 thread_data[t].tid = -1; in record__alloc_thread_data()
1229 thread_data[t].tid = gettid(); in record__alloc_thread_data()
1636 thread->tid = gettid(); in record__thread()
1641 thread->tid, strerror(errno)); in record__thread()
1685 thread->tid, strerror(errno)); in record__thread()
2193 pid_t tid = thread_data->tid; in record__terminate_thread() local
2202 thread->tid, tid); in record__terminate_thread()
2251 thread->tid, rec->thread_data[t].tid); in record__start_threads()
3335 OPT_STRING('t', "tid", &record.opts.target.tid, "tid",
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c184 smb2_find_smb_sess_tcon_unlocked(struct cifs_ses *ses, __u32 tid) in smb2_find_smb_sess_tcon_unlocked() argument
189 if (tcon->tid != tid) in smb2_find_smb_sess_tcon_unlocked()
206 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon() argument
217 tcon = smb2_find_smb_sess_tcon_unlocked(ses, tid); in smb2_find_smb_tcon()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch36 pthread_t tid = id;
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c293 unsigned int tid, unsigned int offset, in cxgbi_ppm_make_ppod_hdr() argument
302 hdr->vld_tid = htonl(PPOD_VALID_FLAG | PPOD_TID(tid)); in cxgbi_ppm_make_ppod_hdr()
310 tag, tid, length, offset); in cxgbi_ppm_make_ppod_hdr()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h456 static inline void *qedf_get_task_mem(struct qed_fcoe_tid *info, u32 tid) in qedf_get_task_mem() argument
458 return (void *)(info->blocks[tid / info->num_tids_per_block] + in qedf_get_task_mem()
459 (tid % info->num_tids_per_block) * info->size); in qedf_get_task_mem()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1101 u16 tid = params->tid; in rsi_mac80211_ampdu_action() local
1131 __func__, tid, seq_no, buf_size, sta_id); in rsi_mac80211_ampdu_action()
1136 tid, in rsi_mac80211_ampdu_action()
1145 tid, in rsi_mac80211_ampdu_action()
1158 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action()
1166 tid, in rsi_mac80211_ampdu_action()
1172 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in rsi_mac80211_ampdu_action()
1181 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action()
1183 tid, in rsi_mac80211_ampdu_action()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2512 pthread_t tid; member
2529 #define PTHREAD_JOIN(tid, status) \ argument
2531 int _rc = pthread_join(tid, status); \
2534 (unsigned int)tid, _rc); \
2536 tid = 0; \
2579 self->sibling[0].tid = 0; in FIXTURE_SETUP()
2587 self->sibling[1].tid = 0; in FIXTURE_SETUP()
2609 if (!s->tid) in FIXTURE_TEARDOWN()
2615 pthread_kill(s->tid, 9); in FIXTURE_TEARDOWN()
2705 PTHREAD_JOIN(self->sibling[0].tid, &status); in TEST_F()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_netlink_tunnel.c93 __be32 tid = tunnel_id_to_key32(tunnel_id); in br_fill_vlan_tinfo() local
100 be32_to_cpu(tid))) in br_fill_vlan_tinfo()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c145 int tid = wil->ring2cid_tid[i][1]; in ring_show() local
173 wil->sta[cid].addr, cid, tid, in ring_show()
1569 static void wil_print_rxtid_crypto(struct seq_file *s, int tid, in wil_print_rxtid_crypto() argument
1583 if (tid < WIL_STA_TID_NUM) in wil_print_rxtid_crypto()
1584 seq_printf(s, " [%2d] PN", tid); in wil_print_rxtid_crypto()
1601 int i, tid, mcs; in sta_show() local
1640 for (tid = 0; tid < WIL_STA_TID_NUM; tid++) { in sta_show()
1641 struct wil_tid_ampdu_rx *r = p->tid_rx[tid]; in sta_show()
1643 &p->tid_crypto_rx[tid]; in sta_show()
1646 seq_printf(s, " [%2d] ", tid); in sta_show()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c217 u8 tid = ieee80211_get_tid(hdr); in iwl_mvm_rx_handle_tcm() local
219 if (tid < IWL_MAX_TID_COUNT) in iwl_mvm_rx_handle_tcm()
220 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_rx_handle_tcm()
1043 u8 sta_id, tid; in iwl_mvm_window_status_notif() local
1058 tid = ratid & BA_WINDOW_STATUS_TID_MSK; in iwl_mvm_window_status_notif()
1069 ieee80211_mark_rx_ba_filtered_frames(sta, tid, ssn, bitmap, in iwl_mvm_window_status_notif()

1...<<11121314151617181920>>...31