Searched refs:vfmprc (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev_vf.c | 98 offsetof(struct txgbevf_hw_stats, qp[0].vfmprc)}, 100 offsetof(struct txgbevf_hw_stats, qp[1].vfmprc)}, 102 offsetof(struct txgbevf_hw_stats, qp[2].vfmprc)}, 104 offsetof(struct txgbevf_hw_stats, qp[3].vfmprc)}, 106 offsetof(struct txgbevf_hw_stats, qp[4].vfmprc)}, 108 offsetof(struct txgbevf_hw_stats, qp[5].vfmprc)}, 110 offsetof(struct txgbevf_hw_stats, qp[6].vfmprc)}, 112 offsetof(struct txgbevf_hw_stats, qp[7].vfmprc)} 385 hw_stats->qp[i].last_vfmprc, hw_stats->qp[i].vfmprc); in txgbevf_update_stats()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_vf.h | 31 u64 vfmprc; member
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_vf.h | 81 u64 vfmprc; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 763 {"rx_multicast_packets", offsetof(struct ixgbevf_hw_stats, vfmprc)}, 3751 hw_stats->last_vfmprc, hw_stats->vfmprc); in ixgbevf_update_stats() 3812 hw_stats->vfmprc = 0; in ixgbevf_dev_stats_reset()
|