Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bxe/
HDbxe.c2925 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_fill_frag_mbuf()
3067 fp->eth_q_stats.rx_soft_errors++; in bxe_tpa_stop()
3076 fp->eth_q_stats.rx_ofld_frames_csum_ip++; in bxe_tpa_stop()
3077 fp->eth_q_stats.rx_ofld_frames_csum_tcp_udp++; in bxe_tpa_stop()
3088 fp->eth_q_stats.rx_soft_errors++; in bxe_tpa_stop()
3104 fp->eth_q_stats.rx_tpa_pkts++; in bxe_tpa_stop()
3111 fp->eth_q_stats.mbuf_alloc_tpa--; in bxe_tpa_stop()
3153 fp->eth_q_stats.mbuf_alloc_sge--; in bxe_service_rxsgl()
3282 fp->eth_q_stats.rx_soft_errors++; in bxe_rxeof()
3315 fp->eth_q_stats.rx_soft_errors++; in bxe_rxeof()
[all …]
HDbxe_stats.c1015 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats; in bxe_storm_stats_update()
1230 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats; in bxe_drv_stats_update()
1641 memset(&sc->fp[i].eth_q_stats, 0, in bxe_stats_init()
1642 sizeof(sc->fp[i].eth_q_stats)); in bxe_stats_init()
1685 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats; in bxe_save_statistics()
1736 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats; in bxe_afex_collect_stats()
HDbxe.h659 struct bxe_eth_q_stats eth_q_stats; member