Searched refs:smbd_post_send_sgl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | smbdirect.c | 1077 static int smbd_post_send_sgl(struct smbd_connection *info, in smbd_post_send_sgl() function 1136 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page() 1147 return smbd_post_send_sgl(info, NULL, 0, 0); in smbd_post_send_empty() 1176 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
|