Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c55 if (res > sizeof(struct host_port_stats)) in bnx2x_get_port_stats_dma_len()
56 res = sizeof(struct host_port_stats); in bnx2x_get_port_stats_dma_len()
63 res = offsetof(struct host_port_stats, not_used) + 4; in bnx2x_get_port_stats_dma_len()
67 res += offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
69 offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
551 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update()
657 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_mstat_stats_update()
748 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_emac_stats_update()
806 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.c2662 struct host_port_stats *pstats; in bnx2x_link_attn()