Searched defs:portal (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
H A D | qman_ccsr.c | 299 static void qm_set_dc(enum qm_dc_portal portal, int ed, u8 sernd) in qm_set_dc()
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A 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()
|
/openbmc/linux/drivers/dma/idxd/ |
H A 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
|
H A D | irq.c | 77 void __iomem *portal; in idxd_int_handle_revoke_drain() local
|
H A D | cdev.c | 435 void __iomem *portal = idxd_wq_portal_addr(wq); in idxd_submit_user_descriptor() local
|
H A D | idxd.h | 187 void __iomem *portal; member
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_mc_cmd.h | 122 static inline void mc_write_command(struct mc_command __iomem *portal, in mc_write_command() 145 struct mc_command __iomem *portal, in mc_read_response()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 440 struct qman_portal *portal; in dpaa_get_coalesce() local 460 struct qman_portal *portal; in dpaa_set_coalesce() local
|
H A D | dpaa_eth.c | 798 struct qman_portal *portal; in dpaa_eth_add_channel() local 2467 struct qman_portal *portal, bool sched_napi) in dpaa_eth_napi_schedule() 2481 static enum qman_cb_dqrr_result rx_error_dqrr(struct qman_portal *portal, in rx_error_dqrr() 2671 static enum qman_cb_dqrr_result rx_default_dqrr(struct qman_portal *portal, in rx_default_dqrr() 2830 static enum qman_cb_dqrr_result conf_error_dqrr(struct qman_portal *portal, in conf_error_dqrr() 2852 static enum qman_cb_dqrr_result conf_dflt_dqrr(struct qman_portal *portal, in conf_dflt_dqrr() 2877 static void egress_ern(struct qman_portal *portal, in egress_ern()
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 1806 const char *transport_name, *portal, *target; in iscsi_open() local
|