Home
last modified time | relevance | path

Searched refs:wqp (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h624 /* This is the wqp when pend_nosched_clr is set. */
775 * The wqp attached to the core (updated when new tag
778 uint64_t wqp:36; member
780 uint64_t wqp:36;
810 * The wqp attached to the core (updated when new tag
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 cvmx_pow_tag_sw_full_nocheck(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) cvmx_pow_tag_sw_full_nocheck() argument
1715 cvmx_pow_tag_sw_full(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) cvmx_pow_tag_sw_full() argument
1806 cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t qos, uint64_t grp) cvmx_pow_work_submit() argument
[all...]
H A Dcvmx-pko.h213 uint64_t wqp:1; member
252 uint64_t wqp:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h624 /* This is the wqp when pend_nosched_clr is set. */
775 * The wqp attached to the core (updated when new tag
778 uint64_t wqp:36; member
780 uint64_t wqp:36;
810 * The wqp attached to the core (updated when new tag
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 cvmx_pow_tag_sw_full_nocheck(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) cvmx_pow_tag_sw_full_nocheck() argument
1715 cvmx_pow_tag_sw_full(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group) cvmx_pow_tag_sw_full() argument
1806 cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t qos, uint64_t grp) cvmx_pow_work_submit() argument
[all...]
H A Dcvmx-pko.h213 uint64_t wqp:1; member
252 uint64_t wqp:1;
/kernel/linux/linux-5.10/fs/fscache/
H A Dmain.c56 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local
62 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c108 struct mlx5_wq_param wqp; in dr_create_rc_qp() local
119 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
120 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_rc_qp()
132 err = mlx5_wq_qp_create(mdev, &wqp, temp_qpc, &dr_qp->wq, in dr_create_rc_qp()
711 struct mlx5_wq_param wqp; in dr_create_cq() local
727 wqp.buf_numa_node = mdev->priv.numa_node; in dr_create_cq()
728 wqp.db_numa_node = mdev->priv.numa_node; in dr_create_cq()
730 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &cq->wq, in dr_create_cq()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli.h215 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
H A Dlpfc_init.c9508 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.h247 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
H A Dlpfc_init.c11000 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/kernel/linux/linux-5.10/drivers/staging/octeon/
H A 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
/kernel/linux/linux-6.6/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

Completed in 55 milliseconds