Lines Matching refs:wqp
624 /* This is the wqp when pend_nosched_clr is set. */
775 * The wqp attached to the core (updated when new tag
778 uint64_t wqp:36;
780 uint64_t wqp:36;
810 * The wqp attached to the core (updated when new tag
813 uint64_t wqp:36;
815 uint64_t wqp:36;
874 uint64_t wqp:36;
876 uint64_t wqp:36;
1299 return (struct cvmx_wqe *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp);
1635 * @wqp: pointer to work queue entry to submit. This entry is
1641 static inline void cvmx_pow_tag_sw_full_nocheck(struct cvmx_wqe *wqp, uint32_t tag,
1661 if (wqp != cvmx_phys_to_ptr(0x80))
1662 if (wqp != cvmx_pow_get_current_wqp())
1664 __func__, wqp,
1686 ptr.sio.offset = CAST64(wqp);
1709 * @wqp: pointer to work queue entry to submit. This entry is updated
1715 static inline void cvmx_pow_tag_sw_full(struct cvmx_wqe *wqp, uint32_t tag,
1728 cvmx_pow_tag_sw_full_nocheck(wqp, tag, tag_type, group);
1799 * @wqp: pointer to work queue entry to submit. This entry is
1806 static inline void cvmx_pow_work_submit(struct cvmx_wqe *wqp, uint32_t tag,
1813 wqp->word1.tag = tag;
1814 wqp->word1.tag_type = tag_type;
1816 cvmx_wqe_set_qos(wqp, qos);
1817 cvmx_wqe_set_grp(wqp, grp);
1830 ptr.sio.offset = cvmx_ptr_to_phys(wqp);