Home
last modified time | relevance | path

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

/Linux-v5.10/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 (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 …]
Dcvmx-pko.h213 uint64_t wqp:1; member
252 uint64_t wqp:1;
/Linux-v5.10/fs/fscache/
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()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
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()
710 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()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c417 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_cq() local
428 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
429 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
431 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq, in mlx5_fpga_conn_create_cq()
505 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_wq() local
507 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
508 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
510 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq, in mlx5_fpga_conn_create_wq()
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.h215 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c9527 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
/Linux-v5.10/drivers/staging/octeon/
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