Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe_stats.h266 uint32_t mbuf_alloc_sge; member
380 uint32_t mbuf_alloc_sge; member
Dbxe.c504 { STATS_OFFSET32(mbuf_alloc_sge),
631 { Q_STATS_OFFSET32(mbuf_alloc_sge),
2934 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_fill_frag_mbuf()
3164 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_service_rxsgl()
6209 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_free_sge_chain()
6247 if (fp->eth_q_stats.mbuf_alloc_sge != 0) { in bxe_free_fp_buffers()
6249 fp->eth_q_stats.mbuf_alloc_sge); in bxe_free_fp_buffers()
6430 fp->eth_q_stats.mbuf_alloc_sge++; in bxe_alloc_rx_sge_mbuf()
6442 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_alloc_rx_sge_mbuf()
Dbxe_stats.c1279 UPDATE_ESTAT_QSTAT(mbuf_alloc_sge); in bxe_drv_stats_update()