Searched refs:wqp (Results 1 – 7 of 7) sorted by relevance
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 778 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 D | cvmx-pko.h | 213 uint64_t wqp:1; member 252 uint64_t wqp:1;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 417 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()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 254 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()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 267 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
|
H A D | lpfc_init.c | 11016 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
|
/linux/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1152 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
|