Searched refs:iface_tx_stats (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c135 struct octep_iface_tx_stats *iface_tx_stats; local
153 iface_tx_stats = &oct->iface_tx_stats;
158 iface_tx_stats);
181 data[i++] = iface_tx_stats->xscol +
182 iface_tx_stats->xsdef;
183 data[i++] = iface_tx_stats->pkts;
184 data[i++] = iface_tx_stats->octs;
185 data[i++] = iface_tx_stats->bcst;
186 data[i++] = iface_tx_stats
[all...]
H A Doctep_main.h282 struct octep_iface_tx_stats iface_tx_stats; member in struct:octep_device
H A Doctep_main.c1002 &oct->iface_tx_stats);
1023 stats->collisions = oct->iface_tx_stats.xscol;
1024 stats->tx_fifo_errors = oct->iface_tx_stats.undflw;
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_ethtool.c112 struct octep_vf_iface_tx_stats *iface_tx_stats; local
121 iface_tx_stats = &oct->iface_tx_stats;
134 data[i++] = iface_tx_stats->pkts;
135 data[i++] = iface_tx_stats->octs;
136 data[i++] = iface_tx_stats->bcst;
137 data[i++] = iface_tx_stats->mcst;
H A Doctep_vf_main.h202 struct octep_vf_iface_tx_stats iface_tx_stats; member in struct:octep_vf_iface_rxtx_stats
269 struct octep_vf_iface_tx_stats iface_tx_stats; member in struct:octep_vf_device
H A Doctep_vf_main.c753 memcpy(&oct->iface_tx_stats, &vf_stats.iface_tx_stats,
808 stats->tx_dropped = oct->iface_tx_stats.dropped;

Completed in 302 milliseconds