Searched refs:rx_port_stats (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c496 rc = iflib_dma_alloc(ctx, sizeof(struct rx_port_stats) + BNXT_PORT_STAT_PADDING,
513 softc->rx_port_stats = (void *) softc->hw_rx_port_stats.idi_vaddr;
H A Dbnxt.h594 struct rx_port_stats *rx_port_stats; member in struct:bnxt_softc
H A Dhsi_struct_def.h29770 struct rx_port_stats { struct
[all...]
H A Dbnxt_sysctl.c405 &softc->rx_port_stats->rx_64b_frames, "Received 64b frames");
408 &softc->rx_port_stats->rx_65b_127b_frames, "Received 65b 127b frames");
411 &softc->rx_port_stats->rx_128b_255b_frames,
415 &softc->rx_port_stats->rx_256b_511b_frames,
419 &softc->rx_port_stats->rx_512b_1023b_frames,
423 &softc->rx_port_stats->rx_1024b_1518_frames,
427 &softc->rx_port_stats->rx_good_vlan_frames,
431 &softc->rx_port_stats->rx_1519b_2047b_frames,
435 &softc->rx_port_stats->rx_2048b_4095b_frames,
439 &softc->rx_port_stats
[all...]

Completed in 251 milliseconds