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

/freebsd-10.2-release/sys/dev/bxe/
H A Dbxe_stats.h262 uint32_t mbuf_alloc_sge; member in struct:bxe_eth_stats
363 uint32_t mbuf_alloc_sge; member in struct:bxe_eth_q_stats
H A Dbxe.c558 { STATS_OFFSET32(mbuf_alloc_sge),
559 4, STATS_FLAGS_FUNC, "mbuf_alloc_sge"},
671 { Q_STATS_OFFSET32(mbuf_alloc_sge),
672 4, "mbuf_alloc_sge"},
3069 fp->eth_q_stats.mbuf_alloc_sge--;
3299 fp->eth_q_stats.mbuf_alloc_sge--;
6540 fp->eth_q_stats.mbuf_alloc_sge--;
6580 if (fp->eth_q_stats.mbuf_alloc_sge != 0) {
6582 fp->eth_q_stats.mbuf_alloc_sge);
6771 fp->eth_q_stats.mbuf_alloc_sge
[all...]
H A Dbxe_stats.c1269 UPDATE_ESTAT_QSTAT(mbuf_alloc_sge);

Completed in 141 milliseconds