OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txdl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_xgereg.h
196
* Transmit descriptor list (
TxDL
) pointer and control.
197
* There may be up to 8192
TxDL
's per FIFO, but with a NIC total
198
* of 8192. The
TxDL
's are located in the NIC memory.
199
* Each
TxDL
can have up to 256 Transmit descriptors (TxD)
202
* The
txdl
struct fields must be written in order.
205
struct
txdl
{
struct
210
#define TXDLOFF1(x) (16*(x)) /* byte offset in
txdl
for list */
211
#define TXDLOFF2(x) (16*(x)+8) /* byte offset in
txdl
for list */
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025