Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qbman/
Dbman.c249 struct bman_portal *portal; member
258 struct bm_portal *portal = &p->p; in portal_isr() local
304 static int bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail()
311 static int bm_rcr_get_fill(struct bm_portal *portal) in bm_rcr_get_fill()
318 static void bm_rcr_set_ithresh(struct bm_portal *portal, u8 ithresh) in bm_rcr_set_ithresh()
326 static void bm_rcr_cce_prefetch(struct bm_portal *portal) in bm_rcr_cce_prefetch()
334 static u8 bm_rcr_cce_update(struct bm_portal *portal) in bm_rcr_cce_update()
347 static inline struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal) in bm_rcr_start()
361 static inline void bm_rcr_pvb_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pvb_commit()
380 static int bm_rcr_init(struct bm_portal *portal, enum bm_rcr_pmode pmode, in bm_rcr_init()
[all …]
Dqman.c419 static inline int qm_eqcr_init(struct qm_portal *portal, in qm_eqcr_init()
450 static inline unsigned int qm_eqcr_get_ci_stashing(struct qm_portal *portal) in qm_eqcr_get_ci_stashing()
455 static inline void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish()
470 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash()
486 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash()
516 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit()
534 static inline void qm_eqcr_cce_prefetch(struct qm_portal *portal) in qm_eqcr_cce_prefetch()
539 static inline u8 qm_eqcr_cce_update(struct qm_portal *portal) in qm_eqcr_cce_update()
551 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh()
559 static inline u8 qm_eqcr_get_avail(struct qm_portal *portal) in qm_eqcr_get_avail()
[all …]
Dqman_test_stash.c276 static enum qman_cb_dqrr_result normal_dqrr(struct qman_portal *portal, in normal_dqrr()
294 static enum qman_cb_dqrr_result special_dqrr(struct qman_portal *portal, in special_dqrr()
Dqman_ccsr.c298 static void qm_set_dc(enum qm_dc_portal portal, int ed, u8 sernd) in qm_set_dc()
/Linux-v4.19/drivers/bus/fsl-mc/
Dmc-sys.c97 static inline void mc_write_command(struct fsl_mc_command __iomem *portal, in mc_write_command()
124 static inline enum mc_cmd_status mc_read_response(struct fsl_mc_command __iomem in mc_read_response()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c780 struct qman_portal *portal; in dpaa_eth_add_channel() local
2205 struct qman_portal *portal) in dpaa_eth_napi_schedule()
2219 static enum qman_cb_dqrr_result rx_error_dqrr(struct qman_portal *portal, in rx_error_dqrr()
2246 static enum qman_cb_dqrr_result rx_default_dqrr(struct qman_portal *portal, in rx_default_dqrr()
2366 static enum qman_cb_dqrr_result conf_error_dqrr(struct qman_portal *portal, in conf_error_dqrr()
2387 static enum qman_cb_dqrr_result conf_dflt_dqrr(struct qman_portal *portal, in conf_dflt_dqrr()
2411 static void egress_ern(struct qman_portal *portal, in egress_ern()