Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c53 if (res > sizeof(struct host_port_stats)) in bnx2x_get_port_stats_dma_len()
54 res = sizeof(struct host_port_stats); in bnx2x_get_port_stats_dma_len()
61 res = offsetof(struct host_port_stats, not_used) + 4; in bnx2x_get_port_stats_dma_len()
65 res += offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
67 offsetof(struct host_port_stats, in bnx2x_get_port_stats_dma_len()
549 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_bmac_stats_update()
655 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_mstat_stats_update()
746 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_emac_stats_update()
804 struct host_port_stats *pstats = bnx2x_sp(bp, port_stats); in bnx2x_hw_stats_update()
Dbnx2x.h1261 struct host_port_stats port_stats;
Dbnx2x_hsi.h2804 struct host_port_stats { struct
Dbnx2x_main.c2646 struct host_port_stats *pstats; in bnx2x_link_attn()