Searched refs:sge_port_stats (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c460 struct sge_port_stats ss;
H A Dsge.h49 struct sge_port_stats { struct
81 void t1_sge_get_port_stats(const struct sge *sge, int port, struct sge_port_stats *);
H A Dsge.c263 struct sge_port_stats __percpu *port_stats[MAX_NPORTS];
978 struct sge_port_stats *ss)
984 struct sge_port_stats *st = per_cpu_ptr(sge->port_stats[port], cpu);
1360 struct sge_port_stats *st;
1812 struct sge_port_stats *st = this_cpu_ptr(sge->port_stats[dev->if_port]);
2110 sge->port_stats[i] = alloc_percpu(struct sge_port_stats);

Completed in 147 milliseconds