Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dvas.h82 u32 wcreds_max; /* Window credits */ member
131 int wcreds_max; member
160 int wcreds_max; member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-window.c425 val = SET_FIELD(VAS_LRX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
429 val = SET_FIELD(VAS_TX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
707 winctx->wcreds_max = rxwin->vas_win.wcreds_max; in init_winctx_for_rxwin()
776 if (!attr->wcreds_max) in rx_win_args_valid()
882 rxwin->vas_win.wcreds_max = rxattr->wcreds_max; in vas_rx_win_open()
931 winctx->wcreds_max = txwin->vas_win.wcreds_max; in init_winctx_for_txwin()
980 if (attr->wcreds_max > VAS_TX_WCREDS_MAX) in tx_win_args_valid()
1040 txwin->vas_win.wcreds_max = attr->wcreds_max ?: VAS_WCREDS_DEFAULT; in vas_tx_win_open()
1185 if (creds < window->vas_win.wcreds_max) { in poll_window_credits()
H A Dvas-fault.c226 attr.wcreds_max = vinst->fault_fifo_size / CRB_SIZE; in vas_setup_fault_window()
H A Dvas.h381 int wcreds_max; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.c279 txwin->vas_win.wcreds_max = DEF_WIN_CREDS; in allocate_setup_window()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c836 rxattr.wcreds_max = fifo_size / CRB_SIZE; in vas_cfg_coproc_info()