/src/sys/dev/ic/ |
awi.c | 631 uint32_t txd, frame, ntxd; local in function:awi_start 643 if (awi_next_txd(sc, len, &frame, &ntxd)) { 668 if (awi_next_txd(sc, len, &frame, &ntxd)) { 739 awi_write_1(sc, ntxd + AWI_TXD_STATE, 0); 741 awi_write_4(sc, txd + AWI_TXD_NEXT, ntxd); 747 sc->sc_txnext = ntxd; 1589 uint32_t txd, ntxd, frame; local in function:awi_next_txd 1595 ntxd = frame + len; 1596 if (ntxd + AWI_TXD_SIZE > sc->sc_txend) 1597 ntxd = sc->sc_txbase [all...] |
awi.c | 631 uint32_t txd, frame, ntxd; local in function:awi_start 643 if (awi_next_txd(sc, len, &frame, &ntxd)) { 668 if (awi_next_txd(sc, len, &frame, &ntxd)) { 739 awi_write_1(sc, ntxd + AWI_TXD_STATE, 0); 741 awi_write_4(sc, txd + AWI_TXD_NEXT, ntxd); 747 sc->sc_txnext = ntxd; 1589 uint32_t txd, ntxd, frame; local in function:awi_next_txd 1595 ntxd = frame + len; 1596 if (ntxd + AWI_TXD_SIZE > sc->sc_txend) 1597 ntxd = sc->sc_txbase [all...] |
/src/sys/dev/pci/ |
if_xge.c | 946 int nexttx = 0, ntxd, error, i; local in function:xge_start 984 ntxd = txd - sc->sc_txd[nexttx] - 1; 999 txd[ntxd].txd_control1 |= TXD_CTL1_GCL; 1005 lcr = TXDL_NUMTXD(ntxd) | TXDL_LGC_FIRST | TXDL_LGC_LAST;
|
if_xge.c | 946 int nexttx = 0, ntxd, error, i; local in function:xge_start 984 ntxd = txd - sc->sc_txd[nexttx] - 1; 999 txd[ntxd].txd_control1 |= TXD_CTL1_GCL; 1005 lcr = TXDL_NUMTXD(ntxd) | TXDL_LGC_FIRST | TXDL_LGC_LAST;
|