wcreds_max         57 arch/powerpc/include/asm/vas.h 	int wcreds_max;
wcreds_max         86 arch/powerpc/include/asm/vas.h 	int wcreds_max;
wcreds_max        421 arch/powerpc/platforms/powernv/vas-window.c 	val = SET_FIELD(VAS_LRX_WCRED, val, winctx->wcreds_max);
wcreds_max        425 arch/powerpc/platforms/powernv/vas-window.c 	val = SET_FIELD(VAS_TX_WCRED, val, winctx->wcreds_max);
wcreds_max        704 arch/powerpc/platforms/powernv/vas-window.c 	winctx->wcreds_max = rxwin->wcreds_max;
wcreds_max        771 arch/powerpc/platforms/powernv/vas-window.c 	if (attr->wcreds_max > VAS_RX_WCREDS_MAX)
wcreds_max        876 arch/powerpc/platforms/powernv/vas-window.c 	rxwin->wcreds_max = rxattr->wcreds_max ?: VAS_WCREDS_DEFAULT;
wcreds_max        926 arch/powerpc/platforms/powernv/vas-window.c 	winctx->wcreds_max = txwin->wcreds_max;
wcreds_max        965 arch/powerpc/platforms/powernv/vas-window.c 	if (attr->wcreds_max > VAS_TX_WCREDS_MAX)
wcreds_max       1021 arch/powerpc/platforms/powernv/vas-window.c 	txwin->wcreds_max = attr->wcreds_max ?: VAS_WCREDS_DEFAULT;
wcreds_max       1149 arch/powerpc/platforms/powernv/vas-window.c 	if (creds < window->wcreds_max) {
wcreds_max        337 arch/powerpc/platforms/powernv/vas.h 	int wcreds_max;		/* Window credits */
wcreds_max        363 arch/powerpc/platforms/powernv/vas.h 	int wcreds_max;
wcreds_max        817 drivers/crypto/nx/nx-842-powernv.c 	rxattr.wcreds_max = fifo_size / CRB_SIZE;