Home
last modified time | relevance | path

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

/linux/drivers/fpga/
H A Daltera-cvp.c86 int (*wait_credit)(struct fpga_manager *mgr, u32 blocks); member
442 if (conf->priv->wait_credit) { in altera_cvp_write()
443 status = conf->priv->wait_credit(mgr, done); in altera_cvp_write()
530 .wait_credit = altera_cvp_v2_wait_for_credit,
/linux/fs/smb/client/
H A Dsmbdirect.c1145 wait_credit: in smbd_post_send_iter()
1160 goto wait_credit; in smbd_post_send_iter()