HomeSort by: relevance | last modified time | path
    Searched refs:txfree (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/
if_ipwvar.h 148 int txfree; member in struct:ipw_softc
if_ipw.c 1236 sc->txfree++;
1338 sc->txfree--;
1464 sc->txfree--;
1493 sc->txfree--;
1526 if (sc->txfree < 1 + IPW_MAX_NSEG) {
2213 sc->txfree = IPW_NTBD - 2;
if_mcx.c 7058 int rxfree, txfree; local in function:mcx_process_cq
7070 txfree = 0;
7076 txfree += mcx_process_txeof(sc, tx, cqe);
7115 if (txfree > 0) {
7116 tx->tx_cons += txfree;
  /src/sys/arch/arm/ti/
if_cpsw.c 619 u_int txfree; local in function:cpsw_start
636 txfree = CPSW_NTXDESCS - 1 + sc->sc_txhead - sc->sc_txnext;
638 txfree = sc->sc_txhead - sc->sc_txnext - 1;
641 txfree, sc->sc_txhead, sc->sc_txnext, sc->sc_txrun);
643 while (txfree > 0) {
662 if (dm->dm_nsegs + 1 >= txfree) {
696 txfree--;
708 txfree--;
735 txfree, sc->sc_txhead, sc->sc_txnext, sc->sc_txrun);
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 1596 size_t txfree = 0; local in function:bcmeth_txq_consume
1605 txq->txq_free += txfree;
1606 txq->txq_lastintr -= uimin(txq->txq_lastintr, txfree);
1609 "%zu to %zu\n", __func__, txfree,
1610 txq->txq_free - txfree, txq->txq_free);
1621 txq->txq_free += txfree;
1622 txq->txq_lastintr -= uimin(txq->txq_lastintr, txfree);
1625 __func__, txfree);
1656 txfree++;
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 2164 size_t txfree = 0; local in function:pq3etsec_txq_consume
2175 txq->txq_free += txfree;
2176 txq->txq_lastintr -= uimin(txq->txq_lastintr, txfree);
2187 txq->txq_free += txfree;
2188 txq->txq_lastintr -= uimin(txq->txq_lastintr, txfree);
2240 txfree++;
2255 if (txfree != 0)
2256 rnd_add_uint32(&sc->rnd_source, txfree);

Completed in 24 milliseconds