Searched refs:mlx5_fill_page_array (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_alloc.c | 247 mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas) in mlx5_fill_page_array() function 254 EXPORT_SYMBOL_GPL(mlx5_fill_page_array);
|
H A D | mlx5_eq.c | 460 mlx5_fill_page_array(&eq->buf, pas); in mlx5_create_map_eq()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_srq.c | 191 mlx5_fill_page_array(&srq->buf, in->pas); in create_srq_kernel()
|
H A D | mlx5_ib_cq.c | 884 mlx5_fill_page_array(&cq->buf.buf, pas); in create_cq_kernel() 1303 mlx5_fill_page_array(&cq->resize_buf->buf, pas); in mlx5_ib_resize_cq()
|
H A D | mlx5_ib_qp.c | 991 mlx5_fill_page_array(&qp->buf, in create_kernel_qp()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_iq.c | 283 mlx5_fill_page_array(&iq->wq_ctrl.buf, in mlx5e_iq_enable()
|
H A D | mlx5_en_main.c | 1364 mlx5_fill_page_array(&rq->wq_ctrl.buf, in mlx5e_enable_rq() 1774 mlx5_fill_page_array(&sq->wq_ctrl.buf, in mlx5e_enable_sq() 2052 mlx5_fill_page_array(&cq->wq_ctrl.buf, in mlx5e_enable_cq()
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 1087 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas);
|
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_conn.c | 592 mlx5_fill_page_array(&conn->qp.wq_ctrl.buf, in mlx5_fpga_conn_create_qp()
|