Searched refs:smbd_post_send_sgl (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | smbdirect.c | 992 static int smbd_post_send_sgl(struct smbd_connection *info, in smbd_post_send_sgl() function 1051 return smbd_post_send_sgl(info, &sgl, size, remaining_data_length); in smbd_post_send_page() 1062 return smbd_post_send_sgl(info, NULL, 0, 0); in smbd_post_send_empty() 1091 return smbd_post_send_sgl(info, sgl, data_length, remaining_data_length); in smbd_post_send_data()
|