Searched refs:t4vf_port_stats (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h77 struct t4vf_port_stats { struct
409 int t4vf_get_port_stats(struct adapter *, int, struct t4vf_port_stats *);
H A Dcxgb4vf_main.c906 struct t4vf_port_stats stats;
1741 * These must match the layout of the t4vf_port_stats structure.
1835 (struct t4vf_port_stats *)data);
1837 memset(data, 0, sizeof(struct t4vf_port_stats));
1839 data += sizeof(struct t4vf_port_stats) / sizeof(u64);
H A Dt4vf_hw.c1765 struct t4vf_port_stats *s)

Completed in 209 milliseconds