Home
last modified time | relevance | path

Searched refs:tx_cons (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_bnxvar.h215 uint16_t tx_cons; member
H A Dif_bnx.c4172 sc->tx_cons = 0; in bnx_init_tx_chain()
4852 sw_tx_cons = sc->tx_cons; in bnx_tx_intr()
4943 sc->tx_cons = sw_tx_cons; in bnx_tx_intr()
6545 BNX_PRINTF(sc, " 0x%08X - (sc->tx_cons) tx consumer index\n", in bnx_dump_driver_state()
6546 sc->tx_cons); in bnx_dump_driver_state()
H A Dif_mcx.c2337 uint32_t tx_cons; member
7116 tx->tx_cons += txfree; in mcx_process_cq()
7496 tx->tx_cons = 0; in mcx_init()
7819 free = (tx->tx_cons + (1 << MCX_LOG_SQ_SIZE)) - tx->tx_prod; in mcx_send_common_locked()
8834 kstat_kv_u64(kvs++) = q->q_tx.tx_cons; in mcx_kstat_queue_read()