Searched refs:collect_sge_port_stats (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1601 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/ |
D | cxgb4vf_main.c | 1450 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/ |
D | cxgb4_main.c | 1045 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()
|