Searched refs:QP_XSTAT (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 233 #define QP_XSTAT(m) {#m, offsetof(struct ngbe_hw_stats, qp[0].m)} macro 235 QP_XSTAT(rx_qp_packets), 236 QP_XSTAT(tx_qp_packets), 237 QP_XSTAT(rx_qp_bytes), 238 QP_XSTAT(tx_qp_bytes), 239 QP_XSTAT(rx_qp_mc_packets),
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 292 #define QP_XSTAT(m) {#m, offsetof(struct txgbe_hw_stats, qp[0].m)} macro 294 QP_XSTAT(rx_qp_packets), 295 QP_XSTAT(tx_qp_packets), 296 QP_XSTAT(rx_qp_bytes), 297 QP_XSTAT(tx_qp_bytes), 298 QP_XSTAT(rx_qp_mc_packets),
|