Lines Matching refs:statistics_bin
1599 u32 *p_len, u16 statistics_bin) in __qed_get_vport_pstats_addrlen() argument
1603 PSTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_pstats_addrlen()
1616 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_pstats() argument
1622 statistics_bin); in __qed_get_vport_pstats()
1645 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_tstats() argument
1675 u32 *p_len, u16 statistics_bin) in __qed_get_vport_ustats_addrlen() argument
1679 USTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_ustats_addrlen()
1692 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_ustats() argument
1698 statistics_bin); in __qed_get_vport_ustats()
1716 u32 *p_len, u16 statistics_bin) in __qed_get_vport_mstats_addrlen() argument
1720 MSTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_mstats_addrlen()
1733 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_mstats() argument
1739 statistics_bin); in __qed_get_vport_mstats()
1854 u16 statistics_bin, bool b_get_port_stats) in __qed_get_vport_stats() argument
1856 __qed_get_vport_mstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1857 __qed_get_vport_ustats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1858 __qed_get_vport_tstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1859 __qed_get_vport_pstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()