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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.h94 uint64_t wqp : 1; /**< Work-queue pointer. When WQP = 1, PTR (if non-zero) is a pointer to a member in struct:__anon11170::__anon11171
366 header.s.wqp = 0; // local memory pointer
H A Dcvmx-pow.h640 uint64_t pend_wqp : 36; /**< This is the wqp when pend_nosched_clr is set. */
678 uint64_t pend_wqp : 38; /**< This is the wqp when pend_nosched_clr is set. */
802 uint64_t wqp : 38; /**< The wqp attached to the core (updated when new tag list entered on SWTAG_FULL). */ member in struct:__anon11360::__anon11369
804 uint64_t wqp : 38;
824 uint64_t wqp : 36; /**< The wqp attached to the core (updated when new tag list entered on SWTAG_FULL). */ member in struct:__anon11360::__anon11370
826 uint64_t wqp : 36;
879 uint64_t wqp : 36; /**< The wqp attache member in struct:__anon11360::__anon11372
946 uint64_t wqp : 36; /**< The WQP held in the POW entry. */ member in struct:__anon11360::__anon11375
966 uint64_t wqp : 38; /**< The WQP held in the SSO entry. */ member in struct:__anon11360::__anon11376
1757 cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1825 cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1915 cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t qos, uint64_t grp) argument
[all...]
H A Dcvmx-pow.c436 printf(" wqp=0x%016llx", CAST64(dump->sstatus[core][bit_cur|bit_wqp].s_sstatus4.wqp));
545 printf("Entry %d(%-10s): tag=%s,0x%08x grp=%d wqp=0x%016llx", index,
550 CAST64(dump->smemload[index][2].s_smemload1.wqp));
634 int wqp = 4; local
644 printf(" wqp=0x%016llx", CAST64(dump->sstatus[core][wqp].s_sstatus3_cn68xx.wqp));
744 printf("Entry %d(%-10s): tag=%s,0x%08x grp=%d wqp=0x%016llx", index,
749 CAST64(dump->smemload[index][2].s_smemload1_cn68xx.wqp));
[all...]
H A Dcvmx-pko.h200 uint64_t wqp : 1; /**< If set and rsp is set, word3 contains a pointer to a work queue entry */ member in struct:__anon11338::__anon11339
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c432 struct mlx5_wq_param wqp; local
443 wqp.buf_numa_node = mdev->priv.numa_node;
444 wqp.db_numa_node = mdev->priv.numa_node;
446 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq,
520 struct mlx5_wq_param wqp; local
522 wqp.buf_numa_node = mdev->priv.numa_node;
523 wqp.db_numa_node = mdev->priv.numa_node;
525 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq,

Completed in 84 milliseconds