Searched refs:collect_sge_port_stats (Results 1 – 1 of 1) sorted by relevance
/drivers/net/cxgb3/ |
D | cxgb3_main.c | 1372 static unsigned long collect_sge_port_stats(struct adapter *adapter, in collect_sge_port_stats() function 1432 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TSO); in get_stats() 1433 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANEX); in get_stats() 1434 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANINS); in get_stats() 1435 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TX_CSUM); in get_stats() 1436 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_RX_CSUM_GOOD); in get_stats() 1437 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_LRO_AGGR); in get_stats() 1438 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_LRO_FLUSHED); in get_stats() 1439 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_LRO_NO_DESC); in get_stats()
|