/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | coresight.sh | 119 TID=$(printf "%i" $TIDHEX) 120 if test "$TID" -eq "$TID2"; then 126 MISSING="$MISSING $TID"
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 36 pldm::pdr::TerminusID TID = 0; variable 61 TID = entry.value("tid", 0); in SoftPowerOff() 138 msgEventState == PLDM_SW_TERM_GRACEFUL_SHUTDOWN && msgTID == TID) in hostSoftOffComplete() 181 method.append(TID, entityType, stateSetId); in getEffecterID() 216 method.append(TID, entityType, stateSetId); in getSensorInfo()
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 197 pldm_tid_t TID = hostEID; in main() local 352 TID](IO& io, int fd, uint32_t revents) mutable { in main() 365 returnCode = pldmTransport.recvMsg(TID, requestMsg, recvDataLength); in main() 379 fwManager.get(), TID); in main() 388 returnCode = pldmTransport.sendMsg(TID, (*response).data(), in main() 393 "Failed to send pldmTransport message for TID '{TID}', response code '{RETURN_CODE}'", in main() 394 "TID", TID, "RETURN_CODE", returnCode); in main()
|
/openbmc/linux/Documentation/locking/ |
H A D | pi-futex.rst | 80 normal futex-based locks: a 0 value means unlocked, and a value==TID 91 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the 94 own TID into the futex value], and attaches a 'PI state' structure to 100 futex value to its own TID and returns. Userspace has no other work to 102 FUTEX_WAITERS|TID. 105 TID -> 0 atomic transition of the futex value], then no kernel work is
|
H A D | robust-futex-ABI.rst | 64 word' holds 2 flag bits in the upper 2 bits, and the thread id (TID) 131 TID in the lower 30 bits of the 'lock word'. 144 3) add the lock entry, with its thread id (TID) in the bottom 30 bits 160 exiting threads TID, then the kernel will do two things: 183 current threads TID in the lower 30 bits, it does nothing with that
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 204 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument 249 if (pRet->t_spec.ts_info.uc_tsid == TID) in SearchAdmitTRStream() 291 u8 TID, in GetTs() argument 310 if (!is_ac_valid(TID)) { in GetTs() 311 IEEE80211_DEBUG(IEEE80211_DL_ERR, " in %s(), TID(%d) is not valid\n", __func__, TID); in GetTs() 315 switch (TID) { in GetTs()
|
H A D | ieee80211_rx.c | 891 u8 TID = 0; in ieee80211_rx() local 1249 TID = Frame_QoSTID(skb->data); in ieee80211_rx() 1251 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx() 1252 if (TID != 0 && TID != 3) in ieee80211_rx()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 177 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument 212 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 249 u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs) in GetTs() argument 265 switch (TID) { in GetTs() 284 __func__, TID); in GetTs()
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-spe-physical-address | 8 # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
|
/openbmc/pldm/oem/ampere/event/ |
H A D | cper.hpp | 39 void addCperSELLog(uint8_t TID, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p);
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 15 .. |TID| replace:: ``TID`` substdef 223 * - |TID| 290 (``TID``) and source ID (``SID``). These two fields indicate where a message 292 (``TID``). Note that a response to a specific request therefore has the source 301 ``TID=1``, for example, may not be accepted for ``TID=2`` and vice versa. While
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_exp_rcv.c | 343 hfi1_cdbg(TID, in hfi1_user_exp_rcv_setup() 382 hfi1_cdbg(TID, in hfi1_user_exp_rcv_setup() 409 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx, in hfi1_user_exp_rcv_setup() 503 hfi1_cdbg(TID, "Failed to unprogram rcv array %d", in hfi1_user_exp_rcv_clear() 779 hfi1_cdbg(TID, "Failed to insert RB node %u 0x%lx, 0x%lx %d", in set_rcvarray_entry()
|
H A D | trace_dbg.h | 90 __hfi1_trace_def(TID);
|
H A D | trace.c | 333 KDETH_GET(eh->tid_rdma.w_data.kdeth0, TID), in parse_everbs_hdrs() 359 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TID), in parse_everbs_hdrs() 530 __hfi1_trace_fn(TID);
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 72 (((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 D | aic7xxx.h | 69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \ 100 ((((tcl) >> 4) & TID) >> 4) 104 ((lun) | (((scsiid) & TID) << 4))
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 423 Each terminus in PLDM interface is identified by terminus ID (TID). This TID is 424 an unique number `TID#`. When a new terminus is added to terminus table, `pldmd` 425 should send `GetTID` to get the `TID#`. When the received `TID#` is already 426 existing in TID pool, `pldmd` will call the `SetTID` command to assign a new TID 429 Beside the `TID#`, terminus can also have `$TerminusName` or `$DeviceName` which 439 have the terminus number `TID#` in it anyhow. 443 After the TID assignment steps, `pldmd` should go through `Terminus Discovery`
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.h | 26 u8 TID:4; member
|
/openbmc/qemu/tests/qtest/ |
H A D | remote-i3c-test.c | 45 FIELD(COMMAND_QUEUE_PORT, TID, 3, 4) 72 FIELD(RESPONSE_QUEUE_PORT, TID, 24, 4)
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf-filter.c | 30 PERF_SAMPLE_TYPE(TID, NULL),
|
/openbmc/linux/drivers/scsi/ |
H A D | aha152x.h | 128 #define TID 0x07 macro
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.h | 76 u8 TID; member
|
/openbmc/linux/tools/perf/tests/ |
H A D | perf-record.c | 110 evsel__set_sample_bit(evsel, TID); in test__PERF_RECORD()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mp.h | 209 u8 TID; member
|
/openbmc/linux/drivers/staging/axis-fifo/ |
H A D | axis-fifo.txt | 29 - xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
|