Lines Matching refs:wqp
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 (cvmx_wqe_t *) 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(cvmx_wqe_t *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()
1664 __func__, wqp, in cvmx_pow_tag_sw_full_nocheck()
1686 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
1715 static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full() argument
1728 cvmx_pow_tag_sw_full_nocheck(wqp, tag, tag_type, group); in cvmx_pow_tag_sw_full()
1806 static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_work_submit() argument
1813 wqp->word1.tag = tag; in cvmx_pow_work_submit()
1814 wqp->word1.tag_type = tag_type; in cvmx_pow_work_submit()
1816 cvmx_wqe_set_qos(wqp, qos); in cvmx_pow_work_submit()
1817 cvmx_wqe_set_grp(wqp, grp); in cvmx_pow_work_submit()
1830 ptr.sio.offset = cvmx_ptr_to_phys(wqp); in cvmx_pow_work_submit()