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

/linux-master/arch/powerpc/include/asm/
H A Dvas.h82 u32 wcreds_max; /* Window credits */ member in struct:vas_window
131 int wcreds_max; member in struct:vas_rx_win_attr
160 int wcreds_max; member in struct:vas_tx_win_attr
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c425 val = SET_FIELD(VAS_LRX_WCRED, val, winctx->wcreds_max);
429 val = SET_FIELD(VAS_TX_WCRED, val, winctx->wcreds_max);
707 winctx->wcreds_max = rxwin->vas_win.wcreds_max;
776 if (!attr->wcreds_max)
882 rxwin->vas_win.wcreds_max = rxattr->wcreds_max;
931 winctx->wcreds_max = txwin->vas_win.wcreds_max;
980 if (attr->wcreds_max > VAS_TX_WCREDS_MA
[all...]
H A Dvas-fault.c226 attr.wcreds_max = vinst->fault_fifo_size / CRB_SIZE;
H A Dvas.h381 int wcreds_max; member in struct:vas_winctx
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c836 rxattr.wcreds_max = fifo_size / CRB_SIZE;
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c279 txwin->vas_win.wcreds_max = DEF_WIN_CREDS;

Completed in 197 milliseconds