Searched refs:qman_oos_fq (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_api.c196 err = qman_oos_fq(fq);
198 pr_crit("qman_oos_fq() failed\n");
H A Dqman_test_stash.c362 if (qman_oos_fq(&handler->rx)) {
363 pr_crit("qman_oos_fq(rx) failed");
H A Dqman.c2092 int qman_oos_fq(struct qman_fq *fq) function
2128 EXPORT_SYMBOL(qman_oos_fq); variable
/linux-master/include/soc/fsl/
H A Dqman.h1053 * qman_oos_fq - Puts a FQ "out of service"
1059 int qman_oos_fq(struct qman_fq *fq);
/linux-master/drivers/crypto/caam/
H A Dqi.c283 ret = qman_oos_fq(fq);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1193 error = qman_oos_fq(fq);
1195 dev_err(dev, "qman_oos_fq(%u) = %d\n",

Completed in 137 milliseconds