Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c37 if (res > sizeof(struct host_port_stats)) { in bnx2x_get_port_stats_dma_len()
38 res = sizeof(struct host_port_stats); in bnx2x_get_port_stats_dma_len()
47 res = (offsetof(struct host_port_stats, not_used) + 4); in bnx2x_get_port_stats_dma_len()
51 res += (offsetof(struct host_port_stats, pfc_frames_rx_lo) - in bnx2x_get_port_stats_dma_len()
52 offsetof(struct host_port_stats, pfc_frames_tx_hi) + 4); in bnx2x_get_port_stats_dma_len()
536 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_bmac_stats_update()
639 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_mstat_stats_update()
718 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_emac_stats_update()
777 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_hw_stats_update()
1571 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_save_statistics()
H A Dbnx2x.h638 struct host_port_stats port_stats;
H A Decore_hsi.h3460 struct host_port_stats { struct
H A Dbnx2x.c2922 struct host_port_stats *pstats; in bnx2x_link_attn()