Searched refs:ixgbe_hw_stats (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_dcb_82598.h | 57 struct ixgbe_hw_stats *, u8); 59 struct ixgbe_hw_stats *, u8);
|
| H A D | ixgbe_dcb_82599.h | 106 struct ixgbe_hw_stats *, u8); 108 struct ixgbe_hw_stats *, u8);
|
| H A D | ixgbe_dcb.h | 122 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8); 123 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
|
| H A D | ixgbe_dcb_82598.c | 19 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_tc_stats_82598() 53 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_pfc_stats_82598()
|
| H A D | ixgbe_dcb_82599.c | 19 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_tc_stats_82599() 60 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_pfc_stats_82599()
|
| H A D | ixgbe_dcb.c | 366 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_tc_stats() 395 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_pfc_stats()
|
| H A D | ixgbe_type.h | 3821 struct ixgbe_hw_stats { struct
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 646 {"rx_total_bytes", offsetof(struct ixgbe_hw_stats, tor)}, 685 offsetof(struct ixgbe_hw_stats, fcoe_noddp_ext_buff)}, 749 {"dropped", offsetof(struct ixgbe_hw_stats, mpc)}, 750 {"xon_packets", offsetof(struct ixgbe_hw_stats, pxonrxc)}, 761 {"xon_to_xoff_packets", offsetof(struct ixgbe_hw_stats, 3071 struct ixgbe_hw_stats *hw_stats, in ixgbe_read_stats_registers() 3295 struct ixgbe_hw_stats *hw_stats = in ixgbe_dev_stats_get() 3349 struct ixgbe_hw_stats *stats = in ixgbe_dev_stats_reset() 3521 struct ixgbe_hw_stats *hw_stats = in ixgbe_dev_xstats_get() 3596 struct ixgbe_hw_stats *hw_stats = in ixgbe_dev_xstats_get_by_id() [all …]
|
| H A D | ixgbe_ethdev.h | 479 struct ixgbe_hw_stats stats;
|