OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_id
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netcan/
can.h
89
struct { canid_t rx_id,
tx_id
; } tp;
member in struct:sockaddr_can::__anon33f4464b010a::__anon33f4464b0208
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
xs_wire.h
101
uint32_t
tx_id
; /* Transaction id (0 if not related to a transaction). */
member in struct:xsd_sockmsg
/src/sys/dev/ic/
bwi.c
9926
_bwi_txeof(struct bwi_softc *sc, uint16_t
tx_id
, uint8_t retry_cnt)
9933
if (
tx_id
== 0) {
9939
ring_idx = __SHIFTOUT(
tx_id
, BWI_TXH_ID_RING_MASK);
9940
buf_idx = __SHIFTOUT(
tx_id
, BWI_TXH_ID_IDX_MASK);
10013
uint16_t
tx_id
, tx_info;
local in function:bwi_txeof
10020
tx_id
= __SHIFTOUT(tx_status0, BWI_TXSTATUS_0_TXID_MASK);
10026
_bwi_txeof(sc,
tx_id
, (tx_info >> 8) & 0xf);
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025