Searched refs:octeon_rx_stats (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_ethdev.c | 101 {"rx_pkts", offsetof(struct octeon_rx_stats, total_rcvd)}, 110 {"rx_l2_err", offsetof(struct octeon_rx_stats, l2_err)}, 115 sizeof(struct octeon_rx_stats)}, 117 sizeof(struct octeon_rx_stats)}, 120 sizeof(struct octeon_rx_stats)}, 123 sizeof(struct octeon_rx_stats)}, 125 sizeof(struct octeon_rx_stats)}, 127 sizeof(struct octeon_rx_stats)}, 130 sizeof(struct octeon_rx_stats)}, 132 sizeof(struct octeon_rx_stats)}, [all …]
|
| H A D | lio_ethdev.h | 38 struct octeon_rx_stats { struct 110 struct octeon_rx_stats fromwire;
|