Home
last modified time | relevance | path

Searched refs:mlx5_fpga_conn (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dsdk.h59 struct mlx5_fpga_conn;
92 void (*complete)(struct mlx5_fpga_conn *conn,
135 struct mlx5_fpga_conn *
146 void mlx5_fpga_sbu_conn_destroy(struct mlx5_fpga_conn *conn);
160 int mlx5_fpga_sbu_conn_sendmsg(struct mlx5_fpga_conn *conn,
Dconn.h44 struct mlx5_fpga_conn { struct
88 struct mlx5_fpga_conn * argument
92 void mlx5_fpga_conn_destroy(struct mlx5_fpga_conn *conn);
93 int mlx5_fpga_conn_send(struct mlx5_fpga_conn *conn,
Dconn.c48 static int mlx5_fpga_conn_map_buf(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_map_buf()
84 static void mlx5_fpga_conn_unmap_buf(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_unmap_buf()
99 static int mlx5_fpga_conn_post_recv(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_post_recv()
131 static void mlx5_fpga_conn_notify_hw(struct mlx5_fpga_conn *conn, void *wqe) in mlx5_fpga_conn_notify_hw()
141 static void mlx5_fpga_conn_post_send(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_post_send()
175 int mlx5_fpga_conn_send(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_send()
203 static int mlx5_fpga_conn_post_recv_buf(struct mlx5_fpga_conn *conn) in mlx5_fpga_conn_post_recv_buf()
250 static void mlx5_fpga_conn_rq_cqe(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_rq_cqe()
290 static void mlx5_fpga_conn_sq_cqe(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_sq_cqe()
332 static void mlx5_fpga_conn_handle_cqe(struct mlx5_fpga_conn *conn, in mlx5_fpga_conn_handle_cqe()
[all …]
Dsdk.c40 struct mlx5_fpga_conn *
48 void mlx5_fpga_sbu_conn_destroy(struct mlx5_fpga_conn *conn) in mlx5_fpga_sbu_conn_destroy()
54 int mlx5_fpga_sbu_conn_sendmsg(struct mlx5_fpga_conn *conn, in mlx5_fpga_sbu_conn_sendmsg()