Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/fpga/
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,
/linux-6.1.9/fs/cifs/
Dsmbdirect.c837 wait_credit: in smbd_post_send_sgl()
852 goto wait_credit; in smbd_post_send_sgl()