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.c110 struct mlx5_wq_param wqp; in dr_create_rc_qp() local
121 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
122 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
134 err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq, in dr_create_rc_qp()
761 struct mlx5_wq_param wqp; in dr_create_cq() local
777 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
778 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
780 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c417 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_cq() local
427 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
428 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
430 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq, in mlx5_fpga_conn_create_cq()
503 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_wq() local
505 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
506 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
508 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq, in mlx5_fpga_conn_create_wq()
/drivers/scsi/lpfc/
Dlpfc_sli.h230 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c10769 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/drivers/staging/octeon/
Docteon-stubs.h1152 uint64_t wqp:1; member
1410 static inline void cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag, in cvmx_pow_work_submit() argument