Home
last modified time | relevance | path

Searched refs:collect_sge_port_stats (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ !
Dcxgb3_main.c1651 static unsigned long collect_sge_port_stats(struct adapter *adapter, in collect_sge_port_stats() function
1711 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TSO); in get_stats()
1712 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANEX); in get_stats()
1713 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANINS); in get_stats()
1714 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TX_CSUM); in get_stats()
1715 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_RX_CSUM_GOOD); in get_stats()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ !
Dcxgb4_ethtool.c279 static void collect_sge_port_stats(const struct adapter *adap, in collect_sge_port_stats() function
366 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in get_stats()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/ !
Dcxgb4vf_main.c1805 static void collect_sge_port_stats(const struct adapter *adapter, in collect_sge_port_stats() function
1840 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in cxgb4vf_get_ethtool_stats()