Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.c375 rdma_readwrite_threshold > sp->max_fragmented_send_size ? in smbd_get_connection()
376 sp->max_fragmented_send_size : in smbd_get_connection()
438 if (unlikely(remaining_data_length > sp->max_fragmented_send_size)) { in smbd_send()
441 remaining_data_length, sp->max_fragmented_send_size); in smbd_send()
/linux/fs/smb/smbdirect/
H A Ddebug.c38 sp->max_fragmented_send_size, in smbdirect_connection_legacy_debug_proc_show()
/linux/include/linux/
H A Dsmbdirect.h39 __u32 max_fragmented_send_size; member