Searched refs:cong_event (Results 1 – 2 of 2) sorted by relevance
64 return priv->cong_event ? NUM_PCIE_CONG_COUNTERS : 0; in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()71 if (!priv->cong_event) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()80 if (!priv->cong_event) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()84 u32 ctr = MLX5E_READ_CTR32_CPU(&priv->cong_event->stats, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()198 struct mlx5e_pcie_cong_event *cong_event; in mlx5e_pcie_cong_event_work() local205 cong_event = container_of(work, struct mlx5e_pcie_cong_event, work); in mlx5e_pcie_cong_event_work()206 priv = cong_event->priv; in mlx5e_pcie_cong_event_work()209 err = mlx5_cmd_pcie_cong_event_query(dev, cong_event->obj_id, in mlx5e_pcie_cong_event_work()213 err, cong_event->obj_id); in mlx5e_pcie_cong_event_work()217 changes = cong_event->state ^ new_cong_state; in mlx5e_pcie_cong_event_work()[all …]
946 struct mlx5e_pcie_cong_event *cong_event; member