Lines Matching defs:mlx5_priv
585 struct mlx5_priv { struct
587 struct mlx5_irq_table *irq_table;
588 struct mlx5_eq_table *eq_table;
591 struct mlx5_nb pg_nb;
592 struct workqueue_struct *pg_wq;
593 struct xarray page_root_xa;
594 atomic_t reg_pages;
595 struct list_head free_list;
596 u32 fw_pages;
597 u32 page_counters[MLX5_FUNC_TYPE_NUM];
598 u32 fw_pages_alloc_failed;
599 u32 give_pages_dropped;
600 u32 reclaim_pages_discard;
602 struct mlx5_core_health health;
603 struct list_head traps;
605 struct mlx5_debugfs_entries dbg;
609 struct mutex alloc_mutex;
610 int numa_node;
612 struct mutex pgdir_mutex;
613 struct list_head pgdir_list;
616 struct mlx5_adev **adev;
617 int adev_idx;
618 int sw_vhca_id;
619 struct mlx5_events *events;
621 struct mlx5_flow_steering *steering;
622 struct mlx5_mpfs *mpfs;
623 struct mlx5_eswitch *eswitch;
624 struct mlx5_core_sriov sriov;
625 struct mlx5_lag *lag;
626 u32 flags;
627 struct mlx5_devcom *devcom;
628 struct mlx5_fw_reset *fw_reset;
629 struct mlx5_core_roce roce;
630 struct mlx5_fc_stats fc_stats;
631 struct mlx5_rl_table rl_table;
632 struct mlx5_ft_pool *ft_pool;
634 struct mlx5_bfreg_data bfregs;
635 struct mlx5_uars_page *uar;
637 struct mlx5_vhca_state_notifier *vhca_state_notifier;
638 struct mlx5_sf_dev_table *sf_dev_table;
639 struct mlx5_core_dev *parent_mdev;
642 struct mlx5_sf_hw_table *sf_hw_table;
643 struct mlx5_sf_table *sf_table;