Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c57 if (res > sizeof(struct host_port_stats)) in bnx2x_get_port_stats_dma_len()
58 res = sizeof(struct host_port_stats); in bnx2x_get_port_stats_dma_len()
65 res = offsetof(struct host_port_stats, not_used) + 4; in bnx2x_get_port_stats_dma_len()
69 res += offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
71 offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
553 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update()
659 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_mstat_stats_update()
750 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_emac_stats_update()
808 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_hw_stats_update()
Dbnx2x.h1171 struct host_port_stats port_stats;
Dbnx2x_hsi.h2929 struct host_port_stats { struct
Dbnx2x_main.c2663 struct host_port_stats *pstats; in bnx2x_link_attn()