Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c1601 static unsigned long collect_sge_port_stats(struct adapter *adapter, in collect_sge_port_stats() function
1661 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TSO); in get_stats()
1662 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANEX); in get_stats()
1663 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANINS); in get_stats()
1664 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TX_CSUM); in get_stats()
1665 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_RX_CSUM_GOOD); in get_stats()
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1450 static void collect_sge_port_stats(const struct adapter *adapter, in collect_sge_port_stats() function
1485 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in cxgb4vf_get_ethtool_stats()
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1045 static void collect_sge_port_stats(const struct adapter *adap, in collect_sge_port_stats() function
1073 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in get_stats()