Searched refs:myverb (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 236 struct bm_portal *portal, u8 myverb) in bm_rcr_pend_and_next() argument 246 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pend_and_next() 254 static inline void bm_rcr_pci_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pci_commit() argument 262 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pci_commit() 283 static inline void bm_rcr_pce_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pce_commit() argument 291 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pce_commit() 301 static inline void bm_rcr_pvb_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pvb_commit() argument 312 rcursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pvb_commit() 439 static inline void bm_mc_commit(struct bm_portal *portal, u8 myverb) in bm_mc_commit() argument 448 mc->cr->__dont_write_directly__verb = myverb | mc->vbit; in bm_mc_commit()
|
| H A D | qman.h | 284 struct qm_portal *portal, u8 myverb) in qm_eqcr_pend_and_next() argument 294 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pend_and_next() 308 static inline void qm_eqcr_pci_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pci_commit() argument 316 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pci_commit() 338 static inline void qm_eqcr_pce_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pce_commit() argument 346 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pce_commit() 357 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit() argument 368 eqcursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pvb_commit() 849 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit() argument 858 mc->cr->__dont_write_directly__verb = myverb | mc->vbit; in qm_mc_commit()
|
| H A D | qman.c | 1608 u8 res, myverb = (flags & QMAN_INITFQ_FLAG_SCHED) ? in qman_init_fq() local 1673 qm_mc_commit(&p->p, myverb); in qman_init_fq() 1676 DPAA_ASSERT((mcr->verb & QM_MCR_VERB_MASK) == myverb); in qman_init_fq() 1877 u8 myverb; in qman_fq_flow_control() local 1901 myverb = xon ? QM_MCC_VERB_ALTER_FQXON : QM_MCC_VERB_ALTER_FQXOFF; in qman_fq_flow_control() 1903 qm_mc_commit(&p->p, myverb); in qman_fq_flow_control() 1906 DPAA_ASSERT((mcr->verb & QM_MCR_VERB_MASK) == myverb); in qman_fq_flow_control() 2031 u8 res, myverb; in qman_query_wq() local 2033 myverb = (query_dedicated) ? QM_MCR_VERB_QUERYWQ_DEDICATED : in qman_query_wq() 2037 qm_mc_commit(&p->p, myverb); in qman_query_wq() [all …]
|