Searched refs:tx_port_stats (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c220 &softc->tx_port_stats->tx_64b_frames, "Transmitted 64b frames");
223 &softc->tx_port_stats->tx_65b_127b_frames,
227 &softc->tx_port_stats->tx_128b_255b_frames,
231 &softc->tx_port_stats->tx_256b_511b_frames,
235 &softc->tx_port_stats->tx_512b_1023b_frames,
239 &softc->tx_port_stats->tx_1024b_1518_frames,
243 &softc->tx_port_stats->tx_good_vlan_frames,
247 &softc->tx_port_stats->tx_1519b_2047_frames,
251 &softc->tx_port_stats->tx_2048b_4095b_frames,
255 &softc->tx_port_stats
[all...]
H A Dbnxt.h595 struct tx_port_stats *tx_port_stats; member in struct:bnxt_softc
H A Dif_bnxt.c504 rc = iflib_dma_alloc(ctx, sizeof(struct tx_port_stats) + BNXT_PORT_STAT_PADDING,
514 softc->tx_port_stats = (void *) softc->hw_tx_port_stats.idi_vaddr;
H A Dhsi_struct_def.h29659 struct tx_port_stats { struct
[all...]

Completed in 213 milliseconds