Searched refs:mlx5_fill_page_array (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 200 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas) in mlx5_fill_page_array() function 211 EXPORT_SYMBOL_GPL(mlx5_fill_page_array);
|
D | eq.c | 364 mlx5_fill_page_array(&eq->buf, in->pas); in mlx5_create_map_eq()
|
D | en_main.c | 400 mlx5_fill_page_array(&rq->wq_ctrl.buf, in mlx5e_enable_rq() 633 mlx5_fill_page_array(&sq->wq_ctrl.buf, in mlx5e_enable_sq() 817 mlx5_fill_page_array(&cq->wq_ctrl.buf, in mlx5e_enable_cq()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | srq.c | 194 mlx5_fill_page_array(&srq->buf, (*in)->pas); in create_srq_kernel()
|
D | cq.c | 725 mlx5_fill_page_array(&cq->buf.buf, (*cqb)->pas); in create_cq_kernel() 1134 mlx5_fill_page_array(&cq->resize_buf->buf, in->pas); in mlx5_ib_resize_cq()
|
D | qp.c | 783 mlx5_fill_page_array(&qp->buf, (*in)->pas); in create_kernel_qp()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 750 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas);
|