Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsmbdirect.h141 int smbdirect_connection_send_wait_zero_pending(struct smbdirect_socket *sc);
/linux/fs/smb/client/
H A Dsmbdirect.c500 rc = smbdirect_connection_send_wait_zero_pending(sc); in smbd_send()
/linux/fs/smb/smbdirect/
H A Dconnection.c1268 int smbdirect_connection_send_wait_zero_pending(struct smbdirect_socket *sc) in smbdirect_connection_send_wait_zero_pending() function
1291 EXPORT_SYMBOL_GPL(smbdirect_connection_send_wait_zero_pending);
1367 ret = smbdirect_connection_send_wait_zero_pending(sc); in smbdirect_connection_send_iter()