Searched refs:qman_portal (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/soc/fsl/qbman/ |
H A D | qman.c | 977 struct qman_portal { struct 1003 static DEFINE_PER_CPU(struct qman_portal, qman_affine_portal); argument 1004 struct qman_portal *affine_portals[NR_CPUS]; 1006 static inline struct qman_portal *get_affine_portal(void) in get_affine_portal() 1017 static inline struct qman_portal *get_portal_for_channel(u16 channel) in get_portal_for_channel() 1032 int qman_dqrr_set_ithresh(struct qman_portal *portal, u8 ithresh) in qman_dqrr_set_ithresh() 1049 void qman_dqrr_get_ithresh(struct qman_portal *portal, u8 *ithresh) in qman_dqrr_get_ithresh() 1056 void qman_portal_get_iperiod(struct qman_portal *portal, u32 *iperiod) in qman_portal_get_iperiod() 1063 int qman_portal_set_iperiod(struct qman_portal *portal, u32 iperiod) in qman_portal_set_iperiod() 1160 static u32 __poll_portal_slow(struct qman_portal *p, u32 is); [all …]
|
H A D | qman_test_api.c | 46 static enum qman_cb_dqrr_result cb_dqrr(struct qman_portal *, 50 static void cb_ern(struct qman_portal *, struct qman_fq *, 52 static void cb_fqs(struct qman_portal *, struct qman_fq *, 210 static enum qman_cb_dqrr_result cb_dqrr(struct qman_portal *p, in cb_dqrr() 227 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern() 234 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
|
H A D | qman_portal.c | 33 struct qman_portal *qman_dma_portal; 83 static struct qman_portal *init_pcfg(struct qm_portal_config *pcfg) in init_pcfg() 85 struct qman_portal *p; in init_pcfg() 144 struct qman_portal *p; in qman_offline_cpu() 162 struct qman_portal *p; in qman_online_cpu()
|
H A D | qman_priv.h | 206 struct qman_portal *qman_create_affine_portal( 271 extern struct qman_portal *affine_portals[NR_CPUS]; 272 extern struct qman_portal *qman_dma_portal; 274 struct qman_portal *portal);
|
H A D | Makefile | 3 bman_portal.o qman_portal.o \
|
/linux/drivers/crypto/caam/ |
H A D | qi.c | 48 struct qman_portal *p; 142 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb() 239 struct qman_portal *p; in empty_retired_fq() 542 static void cgr_cb(struct qman_portal *qm, struct qman_cgr *cgr, int congested) in cgr_cb() 556 static int caam_qi_napi_schedule(struct qman_portal *p, struct caam_napi *np, in caam_qi_napi_schedule() 569 static enum qman_cb_dqrr_result caam_rsp_fq_dqrr_cb(struct qman_portal *p, in caam_rsp_fq_dqrr_cb()
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.h | 100 struct qman_portal *p;
|