Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt_sysctl.c383 &softc->rx_port_stats->rx_64b_frames, "Received 64b frames"); in bnxt_create_port_stats_sysctls()
386 &softc->rx_port_stats->rx_65b_127b_frames, "Received 65b 127b frames"); in bnxt_create_port_stats_sysctls()
389 &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()
401 &softc->rx_port_stats->rx_1024b_1518b_frames, in bnxt_create_port_stats_sysctls()
405 &softc->rx_port_stats->rx_good_vlan_frames, in bnxt_create_port_stats_sysctls()
409 &softc->rx_port_stats->rx_1519b_2047b_frames, in bnxt_create_port_stats_sysctls()
413 &softc->rx_port_stats->rx_2048b_4095b_frames, in bnxt_create_port_stats_sysctls()
417 &softc->rx_port_stats->rx_4096b_9216b_frames, in bnxt_create_port_stats_sysctls()
[all …]
HDbnxt.h1124 struct rx_port_stats *rx_port_stats; member
HDif_bnxt.c648 rc = iflib_dma_alloc(ctx, sizeof(struct rx_port_stats) + BNXT_PORT_STAT_PADDING, in bnxt_rx_queues_alloc()
665 softc->rx_port_stats = (void *) softc->hw_rx_port_stats.idi_vaddr; in bnxt_rx_queues_alloc()
HDhsi_struct_def.h29451 typedef struct rx_port_stats { struct