Searched refs:qman_create_cgr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/crypto/caam/ |
D | qi.c | 677 ret = qman_create_cgr(&qipriv.cgr, QMAN_CGR_FLAG_USE_INIT, &opts); in init_cgr()
|
/linux-6.1.9/include/soc/fsl/ |
D | qman.h | 1153 int qman_create_cgr(struct qman_cgr *cgr, u32 flags,
|
/linux-6.1.9/drivers/soc/fsl/qbman/ |
D | qman.c | 2421 int qman_create_cgr(struct qman_cgr *cgr, u32 flags, in qman_create_cgr() function 2484 EXPORT_SYMBOL(qman_create_cgr);
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 848 err = qman_create_cgr(&priv->cgr_data.cgr, QMAN_CGR_FLAG_USE_INIT, in dpaa_eth_cgr_init() 3269 err = qman_create_cgr(&priv->ingress_cgr, QMAN_CGR_FLAG_USE_INIT, in dpaa_ingress_cgr_init()
|