Searched refs:mlx5_fpga_device (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | core.c | 58 static struct mlx5_fpga_device *mlx5_fpga_device_alloc(void) in mlx5_fpga_device_alloc() 60 struct mlx5_fpga_device *fdev; in mlx5_fpga_device_alloc() 107 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check() 138 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb() 161 static int mlx5_fpga_event(struct mlx5_fpga_device *, unsigned long, void *); 165 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); in fpga_err_event() 172 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); in fpga_qp_err_event() 179 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() 255 struct mlx5_fpga_device *fdev; in mlx5_fpga_init() 276 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() [all …]
|
H A D | sdk.h | 60 struct mlx5_fpga_device; 93 struct mlx5_fpga_device *fdev, 136 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, 178 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, 196 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, 212 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf);
|
H A D | sdk.c | 41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() 61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c() 93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c() 124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read() 145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write() 166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
|
H A D | conn.h | 45 struct mlx5_fpga_device *fdev; 86 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev); 87 void mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev); 89 mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev,
|
H A D | conn.c | 413 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() 501 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() 515 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp() 673 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp() 699 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() 733 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() 759 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() 810 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create() 949 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init() 995 void mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_cleanup()
|
H A D | core.h | 45 struct mlx5_fpga_device { struct
|
/linux/include/linux/mlx5/ |
H A D | driver.h | 818 struct mlx5_fpga_device *fpga;
|