Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dvas.h57 int wcreds_max; member
86 int wcreds_max; member
/arch/powerpc/platforms/powernv/
Dvas-window.c421 val = SET_FIELD(VAS_LRX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
425 val = SET_FIELD(VAS_TX_WCRED, val, winctx->wcreds_max); in init_winctx_regs()
704 winctx->wcreds_max = rxwin->wcreds_max; in init_winctx_for_rxwin()
771 if (attr->wcreds_max > VAS_RX_WCREDS_MAX) in rx_win_args_valid()
876 rxwin->wcreds_max = rxattr->wcreds_max ?: VAS_WCREDS_DEFAULT; in vas_rx_win_open()
926 winctx->wcreds_max = txwin->wcreds_max; in init_winctx_for_txwin()
965 if (attr->wcreds_max > VAS_TX_WCREDS_MAX) in tx_win_args_valid()
1021 txwin->wcreds_max = attr->wcreds_max ?: VAS_WCREDS_DEFAULT; in vas_tx_win_open()
1149 if (creds < window->wcreds_max) { in poll_window_credits()
Dvas.h337 int wcreds_max; /* Window credits */ member
363 int wcreds_max; member