Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe_stats.h265 uint32_t mbuf_alloc_rx; member
379 uint32_t mbuf_alloc_rx; member
Dbxe.c502 { STATS_OFFSET32(mbuf_alloc_rx),
629 { Q_STATS_OFFSET32(mbuf_alloc_rx),
3339 fp->eth_q_stats.mbuf_alloc_rx--; in bxe_rxeof()
6147 fp->eth_q_stats.mbuf_alloc_rx--; in bxe_free_rx_bd_chain()
6242 if (fp->eth_q_stats.mbuf_alloc_rx != 0) { in bxe_free_fp_buffers()
6244 fp->eth_q_stats.mbuf_alloc_rx); in bxe_free_fp_buffers()
6287 fp->eth_q_stats.mbuf_alloc_rx++; in bxe_alloc_rx_bd_mbuf()
6299 fp->eth_q_stats.mbuf_alloc_rx--; in bxe_alloc_rx_bd_mbuf()
Dbxe_stats.c1278 UPDATE_ESTAT_QSTAT(mbuf_alloc_rx); in bxe_drv_stats_update()