HomeSort by: relevance | last modified time | path
    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