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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2930 fp->eth_q_stats.mbuf_alloc_sge--;
3072 fp->eth_q_stats.rx_soft_errors++;
3081 fp->eth_q_stats.rx_ofld_frames_csum_ip++;
3082 fp->eth_q_stats.rx_ofld_frames_csum_tcp_udp++;
3093 fp->eth_q_stats.rx_soft_errors++;
3111 fp->eth_q_stats.rx_tpa_pkts++;
3118 fp->eth_q_stats.mbuf_alloc_tpa--;
3160 fp->eth_q_stats.mbuf_alloc_sge--;
3289 fp->eth_q_stats.rx_soft_errors++;
3322 fp->eth_q_stats
[all...]
H A Dbxe_stats.c1015 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats;
1230 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats;
1641 memset(&sc->fp[i].eth_q_stats, 0,
1642 sizeof(sc->fp[i].eth_q_stats));
1685 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats;
1736 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats;
H A Dbxe.h686 struct bxe_eth_q_stats eth_q_stats; member in struct:bxe_fastpath

Completed in 139 milliseconds