Searched refs:collect_sge_port_stats (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1653 static unsigned long collect_sge_port_stats(struct adapter *adapter, in collect_sge_port_stats() function 1713 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TSO); in get_stats() 1714 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANEX); in get_stats() 1715 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_VLANINS); in get_stats() 1716 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_TX_CSUM); in get_stats() 1717 *data++ = collect_sge_port_stats(adapter, pi, SGE_PSTAT_RX_CSUM_GOOD); in get_stats()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 307 static void collect_sge_port_stats(const struct adapter *adap, in collect_sge_port_stats() function 425 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in get_stats()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1638 static void collect_sge_port_stats(const struct adapter *adapter, in collect_sge_port_stats() function 1673 collect_sge_port_stats(adapter, pi, (struct queue_port_stats *)data); in cxgb4vf_get_ethtool_stats()
|