Searched refs:octeon_tx_stats (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_ethdev.h | 77 struct octeon_tx_stats { struct 111 struct octeon_tx_stats fromhost; argument
|
| H A D | lio_ethdev.c | 114 {"tx_pkts", (offsetof(struct octeon_tx_stats, total_pkts_sent)) + 116 {"tx_bytes", (offsetof(struct octeon_tx_stats, total_bytes_sent)) + 119 (offsetof(struct octeon_tx_stats, bcast_pkts_sent)) + 122 (offsetof(struct octeon_tx_stats, mcast_pkts_sent)) + 124 {"tx_flow_ctrl_pkts", (offsetof(struct octeon_tx_stats, ctl_sent)) + 126 {"tx_fifo_err", (offsetof(struct octeon_tx_stats, fifo_err)) + 128 {"tx_total_collisions", (offsetof(struct octeon_tx_stats, 131 {"tx_tso", (offsetof(struct octeon_tx_stats, fw_tso)) + 133 {"tx_vxlan_pkts", (offsetof(struct octeon_tx_stats, fw_tx_vxlan)) +
|