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

/netbsd-current/sys/dev/bi/
H A Dif_ni.c77 #define NTXFRAGS 8 /* Number of transmit buffer fragments */ macro
79 #define NBDESCS (NTXBUF * NTXFRAGS + NRXBUF)
83 #define TXADD (10+NTXFRAGS*8) /* "" transmit "" */
363 for (j = 0; j < NTXFRAGS; j++) {
366 bbd[i * NTXFRAGS + j].nb_key = 1;
367 bbd[i * NTXFRAGS + j].nb_status = 0;
368 data->bufs[j]._index = i * NTXFRAGS + j;
388 idx = NTXBUF * NTXFRAGS + i;
530 if (cnt > NTXFRAGS)
H A Dif_nireg.h141 } bufs[NTXFRAGS];
/netbsd-current/sys/dev/pci/
H A Dif_xge.c82 #define NTXFRAGS 100 /* Max fragments per packet */ macro
420 NTXFRAGS, MCLBYTES, 0, 0, &sc->sc_txm[i])) {
1030 #define TXMAPSZ (NTXDESCS*NTXFRAGS*sizeof(struct txd))
1055 txp += NTXFRAGS;
1056 txdp += (NTXFRAGS * sizeof(struct txd));
/netbsd-current/sys/arch/vax/boot/boot/
H A Dif_ni.c66 #define NTXFRAGS 1 /* Number of transmit buffer fragments */ macro

Completed in 179 milliseconds