Searched defs:portal (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/soc/fsl/qbman/ |
D | bman.c | 249 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 …]
|
D | qman.c | 421 static inline int qm_eqcr_init(struct qm_portal *portal, in qm_eqcr_init() 452 static inline void qm_eqcr_finish(struct qm_portal *portal) in qm_eqcr_finish() 467 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash() 483 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash() 513 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit() 531 static inline void qm_eqcr_cce_prefetch(struct qm_portal *portal) in qm_eqcr_cce_prefetch() 536 static inline u8 qm_eqcr_cce_update(struct qm_portal *portal) in qm_eqcr_cce_update() 548 static inline void qm_eqcr_set_ithresh(struct qm_portal *portal, u8 ithresh) in qm_eqcr_set_ithresh() 556 static inline u8 qm_eqcr_get_avail(struct qm_portal *portal) in qm_eqcr_get_avail() 563 static inline u8 qm_eqcr_get_fill(struct qm_portal *portal) in qm_eqcr_get_fill() [all …]
|
D | qman_test_stash.c | 276 static enum qman_cb_dqrr_result normal_dqrr(struct qman_portal *portal, in normal_dqrr() 295 static enum qman_cb_dqrr_result special_dqrr(struct qman_portal *portal, in special_dqrr()
|
D | qman_ccsr.c | 299 static void qm_set_dc(enum qm_dc_portal portal, int ed, u8 sernd) in qm_set_dc()
|
/linux-6.1.9/drivers/bus/fsl-mc/ |
D | mc-sys.c | 97 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-6.1.9/drivers/dma/idxd/ |
D | submit.c | 151 int idxd_enqcmds(struct idxd_wq *wq, void __iomem *portal, const void *desc) in idxd_enqcmds() 171 void __iomem *portal; in idxd_submit_desc() local
|
D | irq.c | 75 void __iomem *portal; in idxd_int_handle_revoke_drain() local
|
D | idxd.h | 179 void __iomem *portal; member
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 498 struct qman_portal *portal; in dpaa_get_coalesce() local 519 struct qman_portal *portal; in dpaa_set_coalesce() local
|
D | dpaa_eth.c | 782 struct qman_portal *portal; in dpaa_eth_add_channel() local 2441 struct qman_portal *portal, bool sched_napi) in dpaa_eth_napi_schedule() 2455 static enum qman_cb_dqrr_result rx_error_dqrr(struct qman_portal *portal, in rx_error_dqrr() 2645 static enum qman_cb_dqrr_result rx_default_dqrr(struct qman_portal *portal, in rx_default_dqrr() 2804 static enum qman_cb_dqrr_result conf_error_dqrr(struct qman_portal *portal, in conf_error_dqrr() 2826 static enum qman_cb_dqrr_result conf_dflt_dqrr(struct qman_portal *portal, in conf_dflt_dqrr() 2851 static void egress_ern(struct qman_portal *portal, in egress_ern()
|