Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h778 uint64_t wqp:36; member
780 uint64_t wqp:36;
813 uint64_t wqp:36; member
815 uint64_t wqp:36;
874 uint64_t wqp:36; member
876 uint64_t wqp:36;
1664 __func__, wqp, in cvmx_pow_tag_sw_full_nocheck()
1686 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
1813 wqp->word1.tag = tag; in cvmx_pow_work_submit()
1816 cvmx_wqe_set_qos(wqp, qos); in cvmx_pow_work_submit()
[all …]
H A Dcvmx-pko.h213 uint64_t wqp:1; member
252 uint64_t wqp:1;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c254 struct mlx5_wq_param wqp; in dr_create_rc_qp() local
265 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
266 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
279 err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq, in dr_create_rc_qp()
1064 struct mlx5_wq_param wqp; in dr_create_cq() local
1080 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
1081 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
1083 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h247 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
H A Dlpfc_init.c11003 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/openbmc/linux/drivers/staging/octeon/
H A Docteon-stubs.h1152 uint64_t wqp:1; member
1408 static inline void cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag, in cvmx_pow_work_submit() argument