Home
last modified time | relevance | path

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

/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;
1299 return (struct cvmx_wqe *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()
1641 static inline void cvmx_pow_tag_sw_full_nocheck(struct cvmx_wqe *wqp, uint32_t tag, in cvmx_pow_tag_sw_full_nocheck() argument
1661 if (wqp != cvmx_phys_to_ptr(0x80)) in cvmx_pow_tag_sw_full_nocheck()
1662 if (wqp != cvmx_pow_get_current_wqp()) in cvmx_pow_tag_sw_full_nocheck()
[all …]
H A Dcvmx-pko.h213 uint64_t wqp:1; member
252 uint64_t wqp:1;
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c417 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_cq() local
434 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
435 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
437 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq, in mlx5_fpga_conn_create_cq()
501 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_wq() local
503 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
504 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
506 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq, in mlx5_fpga_conn_create_wq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
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()
1058 struct mlx5_wq_param wqp; in dr_create_cq() local
1073 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
1074 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
1076 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h267 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
H A Dlpfc_init.c10984 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()