Home
last modified time | relevance | path

Searched refs:rx_port_stats (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c389 &softc->rx_port_stats->rx_128b_255b_frames, in bnxt_create_port_stats_sysctls()
393 &softc->rx_port_stats->rx_256b_511b_frames, in bnxt_create_port_stats_sysctls()
397 &softc->rx_port_stats->rx_512b_1023b_frames, in bnxt_create_port_stats_sysctls()
405 &softc->rx_port_stats->rx_good_vlan_frames, in bnxt_create_port_stats_sysctls()
449 &softc->rx_port_stats->rx_align_err_frames, in bnxt_create_port_stats_sysctls()
453 &softc->rx_port_stats->rx_ovrsz_frames, in bnxt_create_port_stats_sysctls()
457 &softc->rx_port_stats->rx_jbr_frames, in bnxt_create_port_stats_sysctls()
461 &softc->rx_port_stats->rx_mtu_err_frames, in bnxt_create_port_stats_sysctls()
465 &softc->rx_port_stats->rx_tagged_frames, in bnxt_create_port_stats_sysctls()
473 &softc->rx_port_stats->rx_good_frames, in bnxt_create_port_stats_sysctls()
[all …]
H A Dbnxt.h1049 struct rx_port_stats *rx_port_stats; member
H A Dif_bnxt.c620 rc = iflib_dma_alloc(ctx, sizeof(struct rx_port_stats) + BNXT_PORT_STAT_PADDING, in bnxt_rx_queues_alloc()
637 softc->rx_port_stats = (void *) softc->hw_rx_port_stats.idi_vaddr; in bnxt_rx_queues_alloc()
H A Dhsi_struct_def.h28790 typedef struct rx_port_stats { struct