Home
last modified time | relevance | path

Searched defs:portal (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h232 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash()
250 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash()
273 static inline void qm_eqcr_abort(struct qm_portal *portal) in qm_eqcr_abort()
284 struct qm_portal *portal, u8 myverb) 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()
327 static inline void qm_eqcr_pce_prefetch(struct qm_portal *portal) in qm_eqcr_pce_prefetch()
338 static inline void qm_eqcr_pce_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pce_commit()
357 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit()
377 static inline u8 qm_eqcr_cci_update(struct qm_portal *portal) in qm_eqcr_cci_update()
388 static inline void qm_eqcr_cce_prefetch(struct qm_portal *portal) in qm_eqcr_cce_prefetch()
[all …]
H A Dbman.h162 static inline int bm_rcr_init(struct bm_portal *portal, enum bm_rcr_pmode pmode, in bm_rcr_init()
192 static inline void bm_rcr_finish(struct bm_portal *portal) in bm_rcr_finish()
209 static inline struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal) in bm_rcr_start()
225 static inline void bm_rcr_abort(struct bm_portal *portal) in bm_rcr_abort()
236 struct bm_portal *portal, u8 myverb) 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()
272 static inline void bm_rcr_pce_prefetch(struct bm_portal *portal) in bm_rcr_pce_prefetch()
283 static inline void bm_rcr_pce_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pce_commit()
301 static inline void bm_rcr_pvb_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pvb_commit()
321 static inline u8 bm_rcr_cci_update(struct bm_portal *portal) in bm_rcr_cci_update()
[all …]
H A Dprocess.c209 static int process_portal_allocate(struct dpaa_ioctl_raw_portal *portal) in process_portal_allocate()
224 static int process_portal_free(struct dpaa_ioctl_raw_portal *portal) in process_portal_free()
239 int qman_allocate_raw_portal(struct dpaa_raw_portal *portal) in qman_allocate_raw_portal()
261 int qman_free_raw_portal(struct dpaa_raw_portal *portal) in qman_free_raw_portal()
273 int bman_allocate_raw_portal(struct dpaa_raw_portal *portal) in bman_allocate_raw_portal()
291 int bman_free_raw_portal(struct dpaa_raw_portal *portal) in bman_free_raw_portal()
H A Dbman.c45 struct bman_portal *portal; member
53 struct bman_portal *bman_create_portal(struct bman_portal *portal, in bman_create_portal()
129 struct bman_portal *portal = get_affine_portal(); in bman_create_affine_portal() local
H A Dqman_driver.c47 struct qman_portal *portal; in fsl_qman_portal_init() local
146 struct qman_portal *portal = NULL; in fsl_qman_fq_portal_create() local
H A Dbman_driver.c36 struct bman_portal *portal; in fsl_bman_portal_init() local
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h133 static inline void mc_write_command(struct mc_command __iomem *portal, in mc_write_command()
159 struct mc_command __iomem *portal, in mc_read_response()