Home
last modified time | relevance | path

Searched refs:wait_credit (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/fpga/
H A Daltera-cvp.c90 int (*wait_credit)(struct fpga_manager *mgr, u32 blocks); member
446 if (conf->priv->wait_credit) { in altera_cvp_write()
447 status = conf->priv->wait_credit(mgr, done); in altera_cvp_write()
534 .wait_credit = altera_cvp_v2_wait_for_credit,
/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c842 wait_credit: in smbd_post_send_iter()
857 goto wait_credit; in smbd_post_send_iter()