Lines Matching refs:statistics_bin
1598 u32 *p_len, u16 statistics_bin) in __qed_get_vport_pstats_addrlen() argument
1602 PSTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_pstats_addrlen()
1615 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_pstats() argument
1621 statistics_bin); in __qed_get_vport_pstats()
1644 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_tstats() argument
1674 u32 *p_len, u16 statistics_bin) in __qed_get_vport_ustats_addrlen() argument
1678 USTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_ustats_addrlen()
1691 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_ustats() argument
1697 statistics_bin); in __qed_get_vport_ustats()
1715 u32 *p_len, u16 statistics_bin) in __qed_get_vport_mstats_addrlen() argument
1719 MSTORM_QUEUE_STAT_OFFSET(statistics_bin); in __qed_get_vport_mstats_addrlen()
1732 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_mstats() argument
1738 statistics_bin); in __qed_get_vport_mstats()
1853 u16 statistics_bin, bool b_get_port_stats) in __qed_get_vport_stats() argument
1855 __qed_get_vport_mstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1856 __qed_get_vport_ustats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1857 __qed_get_vport_tstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()
1858 __qed_get_vport_pstats(p_hwfn, p_ptt, stats, statistics_bin); in __qed_get_vport_stats()