Lines Matching refs:wqp
644 uint64_t wqp:36; member
671 uint64_t wqp:36; member
714 uint64_t wqp:36; member
1052 return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()
1398 static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full_nocheck() argument
1421 if (wqp != cvmx_phys_to_ptr(0x80)) in cvmx_pow_tag_sw_full_nocheck()
1422 if (wqp != cvmx_pow_get_current_wqp()) in cvmx_pow_tag_sw_full_nocheck()
1425 __func__, wqp, in cvmx_pow_tag_sw_full_nocheck()
1447 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
1476 static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full() argument
1489 cvmx_pow_tag_sw_full_nocheck(wqp, tag, tag_type, group); in cvmx_pow_tag_sw_full()
1569 static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_work_submit() argument
1576 wqp->qos = qos; in cvmx_pow_work_submit()
1577 wqp->tag = tag; in cvmx_pow_work_submit()
1578 wqp->tag_type = tag_type; in cvmx_pow_work_submit()
1579 wqp->grp = grp; in cvmx_pow_work_submit()
1592 ptr.sio.offset = cvmx_ptr_to_phys(wqp); in cvmx_pow_work_submit()