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