Home
last modified time | relevance | path

Searched refs:wcreds_max (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dvas.h61 int wcreds_max; member
90 int wcreds_max; member
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dvas-window.c435 val = SET_FIELD(VAS_LRX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
439 val = SET_FIELD(VAS_TX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
718 winctx->wcreds_max = rxwin->wcreds_max; in init_winctx_for_rxwin()
785 if (attr->wcreds_max > VAS_RX_WCREDS_MAX) in rx_win_args_valid()
890 rxwin->wcreds_max = rxattr->wcreds_max ?: VAS_WCREDS_DEFAULT; in vas_rx_win_open()
940 winctx->wcreds_max = txwin->wcreds_max; in init_winctx_for_txwin()
979 if (attr->wcreds_max > VAS_TX_WCREDS_MAX) in tx_win_args_valid()
1035 txwin->wcreds_max = attr->wcreds_max ?: VAS_WCREDS_DEFAULT; in vas_tx_win_open()
1163 if (creds < window->wcreds_max) { in poll_window_credits()
Dvas.h341 int wcreds_max; /* Window credits */ member
367 int wcreds_max; member
/Linux-v4.19/drivers/crypto/nx/
Dnx-842-powernv.c824 rxattr.wcreds_max = MAX_CREDITS_PER_RXFIFO; in vas_cfg_coproc_info()