Searched refs:TID (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/perf/tests/shell/lib/
H A Dcoresight.sh95 # through all the TID's that are listed as CID=0xabcdef and see
99 # The TID test tools will print a TID per stdout line that are being
121 TID=$(printf "%i" $TIDHEX)
122 if test "$TID" -eq "$TID2"; then
128 MISSING="$MISSING $TID"
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h90 __hfi1_trace_def(TID); variable
H A Duser_exp_rcv.c77 * subctxts (when context sharing is used) when TID caching
80 * If TID caching is not in use, PSM deals with usage on its
343 hfi1_cdbg(TID,
382 hfi1_cdbg(TID,
409 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx,
424 /* unpin all pages not covered by a TID */
503 hfi1_cdbg(TID, "Failed to unprogram rcv array %d",
779 hfi1_cdbg(TID, "Failed to insert RB node %u 0x%lx, 0x%lx %d",
926 * driver to process TID cache invalidations is
927 * expensive and TID cach
[all...]
H A Dtrace.c333 KDETH_GET(eh->tid_rdma.w_data.kdeth0, TID),
359 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TID),
530 __hfi1_trace_fn(TID); variable
H A Duser_sdma.c373 /* expected must have a TID info and at least one data vector */
447 * Calculate the initial TID offset based on the values of
475 * Copy any TID info
476 * User space will provide the TID info only when the
479 * setup. The reason for the singular TID case is that the
493 * in size and, therefore, the TID count might not be
598 * TID pair.
601 /* If we've filled up the TID pair, move to the next one. */
610 * Since the TID pairs map entire pages, make sure that we
864 * we ensure that at least one TID entr
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c173 u8 *addr, u8 TID,
201 pRet->tspec.ts_id == TID &&
228 u8 *addr, u8 TID, enum tr_select tx_rx_select, bool bAddNewTs)
244 switch (TID) {
262 netdev_warn(ieee->dev, "%s(): TID(%d) is not valid\n",
263 __func__, TID);
172 SearchAdmitTRStream(struct rtllib_device *ieee, u8 *addr, u8 TID, enum tr_select tx_rx_select) argument
227 rtllib_get_ts(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *addr, u8 TID, enum tr_select tx_rx_select, bool bAddNewTs) argument
H A Drtllib_rx.c1235 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; local
1327 TID = Frame_QoSTID(skb->data);
1329 rtllib_get_ts(ieee, (struct ts_common_info **)&ts, hdr->addr2, TID, local
1331 if (TID != 0 && TID != 3)
H A Drtllib.h1771 u8 TID, enum tr_select tx_rx_select, bool bAddNewTs);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
100 ((((tcl) >> 4) & TID) >> 4)
104 ((lun) | (((scsiid) & TID) << 4))
H A Daic79xx.h72 (((scsiid) & TID) >> TID_SHIFT)
101 ((((tcl) >> 4) & TID) >> 4)
105 ((lun) | (((scsiid) & TID) << 4))
125 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
H A Daic7xxx_osm.c806 unsigned int scsiid = (sdev->id << TID_SHIFT) & TID;
H A Daic79xx_osm.c549 return ((sdev_id(sdev) << TID_SHIFT) & TID) | (ahd)->our_id;
H A Daic79xx.reg4130 field TID 0xF0
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mp.h76 u8 TID; member in struct:mp_priv
/linux-master/tools/perf/tests/
H A Dperf-record.c110 evsel__set_sample_bit(evsel, TID);
/linux-master/tools/perf/util/
H A Dbpf-filter.c30 PERF_SAMPLE_TYPE(TID, NULL),
H A Dperf_event_attr_fprintf.c36 bit_name(IP), bit_name(TID), bit_name(TIME), bit_name(ADDR),
H A Devsel.c1148 evsel__set_sample_bit(evsel, TID);
/linux-master/drivers/scsi/
H A Daha152x.h128 #define TID 0x07 macro
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mp.h209 u8 TID; member in struct:mp_priv
/linux-master/drivers/thunderbolt/
H A Deeprom.c290 u32 TID; member in struct:tb_drom_entry_desc
/linux-master/drivers/net/ethernet/renesas/
H A Dravb.h181 TID = 0x047c, /* R-Car Gen3 only */ enumerator in enum:ravb_reg
797 /* TID (R-Car Gen3 only) */
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c793 evsel__set_sample_bit(switch_evsel, TID);
/linux-master/tools/perf/
H A Dbuiltin-script.c523 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
524 evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID))
810 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
814 else if (PRINT_FIELD(TID))
H A Dbuiltin-kvm.c1558 evsel__set_sample_bit(pos, TID);

Completed in 488 milliseconds

12