Searched refs:mlx5_priv (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dev.c | 54 void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device() 84 struct mlx5_priv *priv) in mlx5_get_device() 94 void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device() 113 static void mlx5_attach_interface(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_attach_interface() 140 struct mlx5_priv *priv = &dev->priv; in mlx5_attach_device() 149 static void mlx5_detach_interface(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_detach_interface() 173 struct mlx5_priv *priv = &dev->priv; in mlx5_detach_device() 184 struct mlx5_priv *priv; in mlx5_device_registered() 198 struct mlx5_priv *priv = &dev->priv; in mlx5_register_device() 210 struct mlx5_priv *priv = &dev->priv; in mlx5_unregister_device() [all …]
|
D | mlx5_core.h | 184 void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv); 185 void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv); 198 bool mlx5_lag_intf_add(struct mlx5_interface *intf, struct mlx5_priv *priv);
|
D | health.c | 615 struct mlx5_priv *priv; in mlx5_fw_fatal_reporter_err_work() 618 priv = container_of(health, struct mlx5_priv, health); in mlx5_fw_fatal_reporter_err_work()
|
D | pci_irq.c | 263 struct mlx5_priv *priv = &dev->priv; in mlx5_irq_table_create()
|
D | alloc.c | 60 struct mlx5_priv *priv = &dev->priv; in mlx5_dma_zalloc_coherent_node()
|
D | pagealloc.c | 574 struct mlx5_priv *priv; in req_pages_handler() 581 priv = mlx5_nb_cof(nb, struct mlx5_priv, pg_nb); in req_pages_handler()
|
D | main.c | 743 struct mlx5_priv *priv = &dev->priv; in mlx5_pci_init() 1282 struct mlx5_priv *priv = &dev->priv; in mlx5_mdev_init() 1326 struct mlx5_priv *priv = &dev->priv; in mlx5_mdev_uninit()
|
D | lag.c | 746 bool mlx5_lag_intf_add(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_lag_intf_add()
|
D | eq.c | 284 struct mlx5_priv *priv = &dev->priv; in create_map_eq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | crdump.c | 77 struct mlx5_priv *priv = &dev->priv; in mlx5_crdump_enable()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | driver.h | 537 struct mlx5_priv { struct 698 struct mlx5_priv priv;
|