Searched refs:ntxd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_xge.c1111 int nexttx = 0, ntxd, i; local
1157 ntxd = txd - sc->sc_txd[nexttx] - 1;
1177 txd[ntxd].txd_control1 |= TXD_CTL1_GCL;
1183 lcr = TXDL_NUMTXD(ntxd) | TXDL_LGC_FIRST | TXDL_LGC_LAST;
/openbsd-current/sys/dev/fdt/
H A Dif_cad.c698 unsigned int i, nrxd, ntxd; local
709 ntxd = CAD_NTXDESC;
718 ntxd++;
727 ntxd * sc->sc_descsize, sc->sc_descsize);
756 for (; i < ntxd; i++) {

Completed in 55 milliseconds