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