Searched refs:sge_eth_tx_stats (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 771 {"packets", offsetof(struct sge_eth_tx_stats, pkts)}, 772 {"bytes", offsetof(struct sge_eth_tx_stats, tx_bytes)}, 773 {"tso_requests", offsetof(struct sge_eth_tx_stats, tso)}, 774 {"checksum_offloads", offsetof(struct sge_eth_tx_stats, tx_cso)}, 775 {"vlan_insertions", offsetof(struct sge_eth_tx_stats, vlan_ins)}, 777 offsetof(struct sge_eth_tx_stats, mapping_err)}, 778 {"coalesced_wrs", offsetof(struct sge_eth_tx_stats, coal_wr)}, 779 {"coalesced_packets", offsetof(struct sge_eth_tx_stats, coal_pkts)},
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 244 struct sge_eth_tx_stats { /* Ethernet tx queue statistics */ struct 259 struct sge_eth_tx_stats stats; /* queue statistics */ argument
|