Home
last modified time | relevance | path

Searched refs:mlx5_fpga_device (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dsdk.h59 struct mlx5_fpga_device;
92 struct mlx5_fpga_device *fdev,
134 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev,
176 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
194 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
210 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf);
Dcore.c58 static struct mlx5_fpga_device *mlx5_fpga_device_alloc(void) in mlx5_fpga_device_alloc()
60 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc()
98 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check()
125 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
150 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start()
214 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_init()
235 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop()
265 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup()
288 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_event()
Dsdk.c41 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()
Dconn.h45 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,
Dtls.c44 (struct mlx5_fpga_conn *conn, struct mlx5_fpga_device *fdev,
69 static void mlx5_fpga_tls_cmd_complete(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_complete()
86 struct mlx5_fpga_device *fdev, in mlx5_fpga_cmd_send_complete()
99 static void mlx5_fpga_tls_cmd_send(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_send()
162 struct mlx5_fpga_device *fdev, in mlx_tls_kfree_complete()
175 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_teardown_completion()
311 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_setup_completion()
387 struct mlx5_fpga_device *fdev = (struct mlx5_fpga_device *)cb_arg; in mlx5_fpga_tls_hw_qp_recv_cb()
411 static int mlx5_fpga_tls_get_caps(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_get_caps()
453 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_init()
[all …]
Dipsec.c58 struct mlx5_fpga_device *dev;
94 struct mlx5_fpga_device *fdev;
135 struct mlx5_fpga_device *fdev, in mlx5_fpga_ipsec_send_complete()
172 struct mlx5_fpga_device *fdev = cb_arg; in mlx5_fpga_ipsec_recv()
214 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_cmd_exec()
280 static int mlx5_fpga_ipsec_update_hw_sa(struct mlx5_fpga_device *fdev, in mlx5_fpga_ipsec_update_hw_sa()
320 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_device_caps()
355 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_counters_count()
367 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_counters_read()
668 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_ipsec_create_sa_ctx()
[all …]
Dconn.c429 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq()
518 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq()
532 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp()
677 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp()
713 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp()
758 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp()
795 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect()
846 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create()
971 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_destroy()
993 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init()
[all …]
Dcore.h41 struct mlx5_fpga_device { struct
/Linux-v4.19/include/linux/mlx5/
Ddriver.h860 struct mlx5_fpga_device *fpga;