Searched refs:vmxnet3_txq_stats (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ring.h | 97 struct vmxnet3_txq_stats { struct 114 struct vmxnet3_txq_stats stats; argument
|
| H A D | vmxnet3_ethdev.c | 143 {"drop_total", offsetof(struct vmxnet3_txq_stats, drop_total)}, 144 {"drop_too_many_segs", offsetof(struct vmxnet3_txq_stats, drop_too_many_segs)}, 145 {"drop_tso", offsetof(struct vmxnet3_txq_stats, drop_tso)}, 146 {"tx_ring_full", offsetof(struct vmxnet3_txq_stats, tx_ring_full)},
|