OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FRAG_LEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ia64/disasm/
disasm_extract.c
40
#define
FRAG_LEN
(f) (f & 0xff)
1854
val |= (uint64_t)FIELD(bits, FRAG_OFS(frag),
FRAG_LEN
(frag))
1856
len +=
FRAG_LEN
(frag);
/src/sys/dev/pci/
if_stereg.h
45
uint32_t
frag_len
; /* buffer length */
member in struct:ste_frag
48
#define
FRAG_LEN
0x00001fff /* length mask */
84
#define RFD_RxDMAFrameLen(x) ((x) &
FRAG_LEN
)
if_stgereg.h
56
#define
FRAG_LEN
(x) (((uint64_t)(x)) << 48)
57
#define FRAG_LEN_MASK
FRAG_LEN
(0xffffULL)
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025