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

  /src/sys/dev/pci/
if_bnxvar.h 215 uint16_t tx_cons; member in struct:bnx_softc
if_bnx.c 4172 sc->tx_cons = 0;
4852 sw_tx_cons = sc->tx_cons;
4943 sc->tx_cons = sw_tx_cons;
6545 BNX_PRINTF(sc, " 0x%08X - (sc->tx_cons) tx consumer index\n",
6546 sc->tx_cons);
if_mcx.c 2337 uint32_t tx_cons; member in struct:mcx_tx
7116 tx->tx_cons += txfree;
7496 tx->tx_cons = 0;
7819 free = (tx->tx_cons + (1 << MCX_LOG_SQ_SIZE)) - tx->tx_prod;
8834 kstat_kv_u64(kvs++) = q->q_tx.tx_cons;

Completed in 30 milliseconds