Home
last modified time | relevance | path

Searched refs:p_stats (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1737 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
1739 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
1741 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
1743 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats()
1745 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats()
1747 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats()
1815 p_stats->common.rx_ucast_bytes += in __ecore_get_vport_ustats()
1821 p_stats->common.rx_ucast_pkts += in __ecore_get_vport_ustats()
1823 p_stats->common.rx_mcast_pkts += in __ecore_get_vport_ustats()
1825 p_stats->common.rx_bcast_pkts += in __ecore_get_vport_ustats()
[all …]
H A Decore_ll2_api.h339 struct ecore_ll2_stats *p_stats);
H A Decore_iov_api.h607 struct ecore_eth_stats *p_stats);
788 …hwfn *p_hwfn, struct ecore_ptt *p_ptt, int vfid, struct ecore_eth_stats *p_stats) { return ECORE_I… in ecore_iov_get_vf_stats() argument
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1857 port->p_stats.rx_nobuf++; in yge_rxeof()
2862 stats = &port->p_stats; in yge_stats_update()
2944 struct yge_hw_stats *stats = &port->p_stats; in yge_m_stat()
H A Dyge.h2268 struct yge_hw_stats p_stats; member