Searched refs:mlx5_fpga_dma_buf (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | conn.h | 46 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf); 73 struct mlx5_fpga_dma_buf **bufs; 80 struct mlx5_fpga_dma_buf **bufs; 93 struct mlx5_fpga_dma_buf *buf);
|
H A D | sdk.h | 110 struct mlx5_fpga_dma_buf { struct 126 struct mlx5_fpga_dma_buf *buf, u8 status); argument 148 void (*recv_cb)(void *cb_arg, struct mlx5_fpga_dma_buf *buf); 241 struct mlx5_fpga_dma_buf *buf);
|
H A D | mlx5fpga_conn.c | 47 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_conn_map_buf() 83 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_conn_unmap_buf() 98 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_conn_post_recv() 140 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_conn_post_send() 174 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_conn_send() 202 struct mlx5_fpga_dma_buf *buf; in mlx5_fpga_conn_post_recv_buf() 250 struct mlx5_fpga_dma_buf *buf; in mlx5_fpga_conn_rq_cqe() 291 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() 306 struct mlx5_fpga_dma_buf, list); in mlx5_fpga_conn_sq_cqe() 630 struct mlx5_fpga_dma_buf *buf, *temp; in mlx5_fpga_conn_flush_send_bufs()
|
H A D | mlx5fpga_ipsec.c | 56 struct mlx5_fpga_dma_buf buf; 96 struct mlx5_fpga_dma_buf *buf, in mlx5_fpga_ipsec_send_complete() 126 static void mlx5_fpga_ipsec_recv(void *cb_arg, struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_ipsec_recv()
|
H A D | mlx5fpga_trans.c | 49 struct mlx5_fpga_dma_buf buf; 125 struct mlx5_fpga_dma_buf *buf, u8 status) in trans_send_complete() 243 void mlx5_fpga_trans_recv(void *cb_arg, struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_trans_recv()
|
H A D | trans.h | 62 void mlx5_fpga_trans_recv(void *cb_arg, struct mlx5_fpga_dma_buf *buf);
|
H A D | mlx5fpga_sdk.c | 75 struct mlx5_fpga_dma_buf *buf) in mlx5_fpga_sbu_conn_sendmsg()
|