Home
last modified time | relevance | path

Searched refs:wqp (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c112 struct mlx5_wq_param wqp; in dr_create_rc_qp() local
123 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
124 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
136 err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq, in dr_create_rc_qp()
697 struct mlx5_wq_param wqp; in dr_create_cq() local
714 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
715 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
717 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c434 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_cq() local
445 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
446 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
448 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq, in mlx5_fpga_conn_create_cq()
524 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_wq() local
526 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
527 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
529 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq, in mlx5_fpga_conn_create_wq()
/drivers/scsi/lpfc/
Dlpfc_sli.h215 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c9273 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/drivers/staging/octeon/
Docteon-stubs.h1150 uint64_t wqp:1; member
1407 static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_work_submit() argument