Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/octeon/
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 (cvmx_wqe_t *) 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(cvmx_wqe_t *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 …]
Dcvmx-pko.h214 uint64_t wqp:1; member
253 uint64_t wqp:1;
/Linux-v5.4/fs/fscache/
Dmain.c57 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local
63 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c111 struct mlx5_wq_param wqp; in dr_create_rc_qp() local
122 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
123 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
135 err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq, in dr_create_rc_qp()
696 struct mlx5_wq_param wqp; in dr_create_cq() local
713 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
714 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
716 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/Linux-v5.4/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()
/Linux-v5.4/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()
/Linux-v5.4/drivers/staging/octeon/
Docteon-stubs.h1147 uint64_t wqp:1; member
1404 static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_work_submit() argument
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_host.h749 struct swait_queue_head *wqp; member
/Linux-v5.4/virt/kvm/
Dkvm_main.c2454 struct swait_queue_head *wqp; in kvm_vcpu_wake_up() local
2456 wqp = kvm_arch_vcpu_wq(vcpu); in kvm_vcpu_wake_up()
2457 if (swq_has_sleeper(wqp)) { in kvm_vcpu_wake_up()
2458 swake_up_one(wqp); in kvm_vcpu_wake_up()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c232 struct swait_queue_head *wqp; in kvmppc_fast_vcpu_kick_hv() local
234 wqp = kvm_arch_vcpu_wq(vcpu); in kvmppc_fast_vcpu_kick_hv()
235 if (swq_has_sleeper(wqp)) { in kvmppc_fast_vcpu_kick_hv()
236 swake_up_one(wqp); in kvmppc_fast_vcpu_kick_hv()
4282 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run_hv()
Dpowerpc.c724 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
/Linux-v5.4/include/linux/
Dkvm_host.h941 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()