Searched refs:smbd_post_send_sgl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | smbdirect.c | 826 static int smbd_post_send_sgl(struct smbd_connection *info, in smbd_post_send_sgl() function 993 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page() 1004 return smbd_post_send_sgl(info, NULL, 0, 0); in smbd_post_send_empty() 1033 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
|