Home
last modified time | relevance | path

Searched refs:NTXFRAGS (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_xge.c84 #define NTXFRAGS 100 /* Max fragments per packet */ macro
551 NTXFRAGS, XGE_MAX_FRAMELEN, 0, BUS_DMA_NOWAIT, in xge_attach()
1209 #define TXMAPSZ (NTXDESCS*NTXFRAGS*sizeof(struct txd)) in xge_alloc_txmem()
1234 txp += NTXFRAGS; in xge_alloc_txmem()
1235 txdp += (NTXFRAGS * sizeof(struct txd)); in xge_alloc_txmem()