Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe_stats.c66 if (res > sizeof(struct host_port_stats)) { in bxe_get_port_stats_dma_len()
67 res = sizeof(struct host_port_stats); in bxe_get_port_stats_dma_len()
76 res = (offsetof(struct host_port_stats, not_used) + 4); in bxe_get_port_stats_dma_len()
80 res += (offsetof(struct host_port_stats, pfc_frames_rx_lo) - in bxe_get_port_stats_dma_len()
81 offsetof(struct host_port_stats, pfc_frames_tx_hi) + 4); in bxe_get_port_stats_dma_len()
621 struct host_port_stats *pstats = BXE_SP(sc, port_stats); in bxe_bmac_stats_update()
724 struct host_port_stats *pstats = BXE_SP(sc, port_stats); in bxe_mstat_stats_update()
803 struct host_port_stats *pstats = BXE_SP(sc, port_stats); in bxe_emac_stats_update()
862 struct host_port_stats *pstats = BXE_SP(sc, port_stats); in bxe_hw_stats_update()
1720 struct host_port_stats *pstats = BXE_SP(sc, port_stats); in bxe_save_statistics()
Dbxe.h955 struct host_port_stats port_stats;
Decore_hsi.h3398 struct host_port_stats { struct
Dbxe.c7051 struct host_port_stats *pstats; in bxe_link_attn()