Searched refs:mlx5_fill_page_frag_array (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | alloc.c | 246 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_frag_array() function 250 EXPORT_SYMBOL_GPL(mlx5_fill_page_frag_array);
|
H A D | eq.c | 309 mlx5_fill_page_frag_array(&eq->frag_buf, pas); in create_map_eq()
|
H A D | en_main.c | 1000 mlx5_fill_page_frag_array(&rq->wq_ctrl.buf, in mlx5e_create_rq() 1610 mlx5_fill_page_frag_array(&csp->wq_ctrl->buf, in mlx5e_create_sq() 2008 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, in mlx5e_create_cq()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.c | 98 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, in create_aso_cq() 211 mlx5_fill_page_frag_array(&sq->wq_ctrl.buf, in create_aso_sq()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | srq.c | 144 mlx5_fill_page_frag_array(&srq->buf, in->pas); in create_srq_kernel()
|
H A D | cq.c | 911 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel() 1341 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()
|
H A D | qp.c | 1174 mlx5_fill_page_frag_array(&qp->buf, in _create_kernel_qp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 463 mlx5_fill_page_frag_array(&conn->cq.wq_ctrl.buf, pas); in mlx5_fpga_conn_create_cq() 581 mlx5_fill_page_frag_array(&conn->qp.wq_ctrl.buf, in mlx5_fpga_conn_create_qp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 324 mlx5_fill_page_frag_array(&dr_qp->wq_ctrl.buf, in dr_create_rc_qp() 1115 mlx5_fill_page_frag_array(&cq->wq_ctrl.buf, pas); in dr_create_cq()
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.c | 995 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in mlx5vf_create_cq() 1076 mlx5_fill_page_frag_array(&qp->buf, in mlx5vf_create_rc_qp()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | driver.h | 1068 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 384 mlx5_fill_page_frag_array(&vqp->frag_buf, pas); in qp_prepare() 573 mlx5_fill_page_frag_array(&vcq->buf.frag_buf, pas); in cq_create()
|