Searched defs:collect_sge_port_stats (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1450 static void collect_sge_port_stats(const struct adapter *adapter, function
1485 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1601 static unsigned long collect_sge_port_stats(struct adapter *adapter, function
1661 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TSO);
1662 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANEX);
1663 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANINS);
1664 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TX_CSUM);
1665 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_RX_CSUM_GOOD);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1043 static void collect_sge_port_stats(const struct adapter *adap, function
1071 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data);

Completed in 64 milliseconds