wqp               214 arch/mips/include/asm/octeon/cvmx-pko.h 		uint64_t wqp:1;
wqp               253 arch/mips/include/asm/octeon/cvmx-pko.h 	        uint64_t wqp:1;
wqp               778 arch/mips/include/asm/octeon/cvmx-pow.h 		uint64_t wqp:36;
wqp               780 arch/mips/include/asm/octeon/cvmx-pow.h 	        uint64_t wqp:36;
wqp               813 arch/mips/include/asm/octeon/cvmx-pow.h 		uint64_t wqp:36;
wqp               815 arch/mips/include/asm/octeon/cvmx-pow.h 	        uint64_t wqp:36;
wqp               874 arch/mips/include/asm/octeon/cvmx-pow.h 		uint64_t wqp:36;
wqp               876 arch/mips/include/asm/octeon/cvmx-pow.h 	        uint64_t wqp:36;
wqp              1299 arch/mips/include/asm/octeon/cvmx-pow.h 	return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp);
wqp              1641 arch/mips/include/asm/octeon/cvmx-pow.h static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag,
wqp              1661 arch/mips/include/asm/octeon/cvmx-pow.h 		if (wqp != cvmx_phys_to_ptr(0x80))
wqp              1662 arch/mips/include/asm/octeon/cvmx-pow.h 			if (wqp != cvmx_pow_get_current_wqp())
wqp              1664 arch/mips/include/asm/octeon/cvmx-pow.h 					__func__, wqp,
wqp              1686 arch/mips/include/asm/octeon/cvmx-pow.h 	ptr.sio.offset = CAST64(wqp);
wqp              1715 arch/mips/include/asm/octeon/cvmx-pow.h static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag,
wqp              1728 arch/mips/include/asm/octeon/cvmx-pow.h 	cvmx_pow_tag_sw_full_nocheck(wqp, tag, tag_type, group);
wqp              1806 arch/mips/include/asm/octeon/cvmx-pow.h static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag,
wqp              1813 arch/mips/include/asm/octeon/cvmx-pow.h 	wqp->word1.tag = tag;
wqp              1814 arch/mips/include/asm/octeon/cvmx-pow.h 	wqp->word1.tag_type = tag_type;
wqp              1816 arch/mips/include/asm/octeon/cvmx-pow.h 	cvmx_wqe_set_qos(wqp, qos);
wqp              1817 arch/mips/include/asm/octeon/cvmx-pow.h 	cvmx_wqe_set_grp(wqp, grp);
wqp              1830 arch/mips/include/asm/octeon/cvmx-pow.h 	ptr.sio.offset = cvmx_ptr_to_phys(wqp);
wqp               749 arch/powerpc/include/asm/kvm_host.h 	struct swait_queue_head *wqp;
wqp               232 arch/powerpc/kvm/book3s_hv.c 	struct swait_queue_head *wqp;
wqp               234 arch/powerpc/kvm/book3s_hv.c 	wqp = kvm_arch_vcpu_wq(vcpu);
wqp               235 arch/powerpc/kvm/book3s_hv.c 	if (swq_has_sleeper(wqp)) {
wqp               236 arch/powerpc/kvm/book3s_hv.c 		swake_up_one(wqp);
wqp              4285 arch/powerpc/kvm/book3s_hv.c 	vcpu->arch.wqp = &vcpu->arch.vcore->wq;
wqp               724 arch/powerpc/kvm/powerpc.c 		vcpu->arch.wqp = &vcpu->wq;
wqp               434 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	struct mlx5_wq_param wqp;
wqp               445 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	wqp.buf_numa_node = mdev->priv.numa_node;
wqp               446 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	wqp.db_numa_node  = mdev->priv.numa_node;
wqp               448 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq,
wqp               524 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	struct mlx5_wq_param wqp;
wqp               526 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	wqp.buf_numa_node = mdev->priv.numa_node;
wqp               527 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	wqp.db_numa_node  = mdev->priv.numa_node;
wqp               529 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq,
wqp               112 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	struct mlx5_wq_param wqp;
wqp               123 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	wqp.buf_numa_node = mdev->priv.numa_node;
wqp               124 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	wqp.db_numa_node = mdev->priv.numa_node;
wqp               136 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq,
wqp               704 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	struct mlx5_wq_param wqp;
wqp               721 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	wqp.buf_numa_node = mdev->priv.numa_node;
wqp               722 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	wqp.db_numa_node = mdev->priv.numa_node;
wqp               724 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq,
wqp              9283 drivers/scsi/lpfc/lpfc_init.c 		pring->sli.sli4.wqp = (void *)wq;
wqp               215 drivers/scsi/lpfc/lpfc_sli.h 	struct lpfc_queue *wqp;	/* Pointer to associated WQ */
wqp              1150 drivers/staging/octeon/octeon-stubs.h 	        uint64_t wqp:1;
wqp              1407 drivers/staging/octeon/octeon-stubs.h static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag,
wqp                57 fs/fscache/main.c 	struct workqueue_struct **wqp = table->extra1;
wqp                63 fs/fscache/main.c 		workqueue_set_max_active(*wqp, *datap);
wqp               946 include/linux/kvm_host.h 	return vcpu->arch.wqp;
wqp              2539 virt/kvm/kvm_main.c 	struct swait_queue_head *wqp;
wqp              2541 virt/kvm/kvm_main.c 	wqp = kvm_arch_vcpu_wq(vcpu);
wqp              2542 virt/kvm/kvm_main.c 	if (swq_has_sleeper(wqp)) {
wqp              2543 virt/kvm/kvm_main.c 		swake_up_one(wqp);