Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_BA.h53 u16 TID:4; member
64 u16 TID:4; member
Drtl819x_BAProc.c157 DelbaParamSet.field.TID = pBA->BaParamSet.field.TID; in rtllib_DELBA()
279 (u8)(pBaParamSet->field.TID), RX_DIR, true)) { in rtllib_rx_ADDBAReq()
366 (u8)(pBaParamSet->field.TID), TX_DIR, false)) { in rtllib_rx_ADDBARsp()
464 (u8)pDelBaParamSet->field.TID, RX_DIR, false)) { in rtllib_rx_DELBA()
468 (u8)pDelBaParamSet->field.TID); in rtllib_rx_DELBA()
477 (u8)pDelBaParamSet->field.TID, TX_DIR, false)) { in rtllib_rx_DELBA()
506 pBA->BaParamSet.field.TID = in TsInitAddBA()
Drtl819x_TSProc.c230 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument
273 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream()
311 u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs) in GetTs() argument
328 if (!IsACValid(TID)) { in GetTs()
331 __func__, TID); in GetTs()
335 switch (TID) { in GetTs()
Drtllib_rx.c1260 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; in rtllib_rx_InfraAdhoc() local
1357 TID = Frame_QoSTID(skb->data); in rtllib_rx_InfraAdhoc()
1359 GetTs(ieee, (struct ts_common_info **) &pTS, hdr->addr2, TID, RX_DIR, true); in rtllib_rx_InfraAdhoc()
1360 if (TID != 0 && TID != 3) in rtllib_rx_InfraAdhoc()
Drtllib.h2867 u8 TID,
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BA.h43 u16 TID:4; member
54 u16 TID:4; member
Drtl819x_BAProc.c209 DelbaParamSet.field.TID = pBA->BaParamSet.field.TID; in ieee80211_DELBA()
380 (u8)(pBaParamSet->field.TID), in ieee80211_rx_ADDBAReq()
481 (u8)(pBaParamSet->field.TID), in ieee80211_rx_ADDBARsp()
607 (u8)pDelBaParamSet->field.TID, in ieee80211_rx_DELBA()
625 (u8)pDelBaParamSet->field.TID, in ieee80211_rx_DELBA()
665 pBA->BaParamSet.field.TID = pTS->TsCommonInfo.TSpec.f.TSInfo.field.ucTSID; // TID in TsInitAddBA()
Drtl819x_TSProc.c220 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument
277 if (pRet->TSpec.f.TSInfo.field.ucTSID == TID) in SearchAdmitTRStream()
322 u8 TID, in GetTs() argument
343 if (!IsACValid(TID)) in GetTs()
345 IEEE80211_DEBUG(IEEE80211_DL_ERR, " in %s(), TID(%d) is not valid\n", __func__, TID); in GetTs()
349 switch (TID) in GetTs()
Drtl819x_Qos.h95 u8 TID:4; member
104 u8 TID:4; member
113 u8 TID:4; member
Dieee80211_rx.c901 u8 TID = 0; in ieee80211_rx() local
1279 TID = Frame_QoSTID(skb->data); in ieee80211_rx()
1281 GetTs(ieee,(PTS_COMMON_INFO *) &pTS,hdr->addr2,TID,RX_DIR,true); in ieee80211_rx()
1282 if (TID !=0 && TID !=3) in ieee80211_rx()
Dieee80211.h2527 u8 TID,
/linux-4.1.27/Documentation/
Dpi-futex.txt79 normal futex-based locks: a 0 value means unlocked, and a value==TID
90 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the
93 own TID into the futex value], and attaches a 'PI state' structure to
99 futex value to its own TID and returns. Userspace has no other work to
101 FUTEX_WAITERS|TID.
104 TID -> 0 atomic transition of the futex value], then no kernel work is
Drobust-futex-ABI.txt62 word' holds 3 flag bits in the upper 3 bits, and the thread id (TID)
129 TID in the lower 29 bits of the 'lock word'.
141 3) add the lock entry, with its thread id (TID) in the bottom 29 bits
156 exiting threads TID, then the kernel will do two things:
179 current threads TID in the lower 29 bits, it does nothing with that
Drobust-futexes.txt195 Otherwise, robust futexes are acquired by glibc by putting the TID into
200 and the remaining bits are for the TID.
/linux-4.1.27/drivers/scsi/aic7xxx/
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; \
Daic7xxx.h69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
100 ((((tcl) >> 4) & TID) >> 4)
104 ((lun) | (((scsiid) & TID) << 4))
Daic7xxx_reg_print.c_shipped385 { "TID", 0xf0, 0xf0 }
Daic7xxx.reg199 mask TID 0xf0 /* Target ID mask */
381 mask TID 0xf0 /* Target ID mask */
1174 mask TID 0xf0
Daic79xx_reg_print.c_shipped736 { "TID", 0xf0, 0xf0 }
Daic7xxx_reg.h_shipped768 #define TID 0xf0
Daic7xxx_osm.c822 ((((cmd)->device->id << TID_SHIFT) & TID) \
Daic79xx_osm.c545 (((scmd_id(cmd) << TID_SHIFT) & TID) | (ahd)->our_id)
Daic79xx_reg.h_shipped2574 #define TID 0xf0
Daic79xx.reg4130 field TID 0xF0
Daic79xx.seq752 * We know that neither the per-TID list nor the list of
Daic7xxx_core.c7794 scsiid &= TID; in ahc_update_scsiid()
Daic79xx_core.c10661 scsiid &= TID; in ahd_update_scsiid()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.h36 u8 TID:4; member
/linux-4.1.27/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h28 u8 TID:4; member
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_mp.h88 u8 TID; member
/linux-4.1.27/drivers/scsi/
Daha152x.h127 #define TID 0x07 macro
DFlashPoint.c1615 unsigned char TID; in FlashPoint_AbortCCB() local
1653 TID = p_Sccb->TargID; in FlashPoint_AbortCCB()
/linux-4.1.27/tools/perf/tests/
Dperf-record.c98 perf_evsel__set_sample_bit(evsel, TID); in test__PERF_RECORD()
/linux-4.1.27/tools/perf/
Dbuiltin-script.c221 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) && in perf_evsel__check_attr()
356 if (PRINT_FIELD(PID) && PRINT_FIELD(TID)) in print_sample_start()
360 else if (PRINT_FIELD(TID)) in print_sample_start()
Dbuiltin-kvm.c994 perf_evsel__set_sample_bit(pos, TID); in kvm_live_open_events()
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl122 u32 tid; /* Target device TID */
163 u32 tid; /* Target device TID */
/linux-4.1.27/tools/perf/util/
Devsel.c626 perf_evsel__set_sample_bit(evsel, TID); in perf_evsel__config()
1036 bit_name(IP), bit_name(TID), bit_name(TIME), bit_name(ADDR), in __p_sample_type()
/linux-4.1.27/Documentation/filesystems/
Dproc.txt384 The /proc/PID/task/TID/maps is a view of the virtual memory from the viewpoint
389 map, i.e. /proc/PID/task/TID/maps for thread 1001 will look like this: