Home
last modified time | relevance | path

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

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect_pdu.h12 #define SMBDIRECT_MIN_RECEIVE_SIZE 128 macro
H A Dsmbdirect_accept.c385 if (max_receive_size < SMBDIRECT_MIN_RECEIVE_SIZE) { in smbdirect_accept_negotiate_recv_work()
389 SMBDIRECT_MIN_RECEIVE_SIZE); in smbdirect_accept_negotiate_recv_work()
407 sp->max_recv_size = max_t(u32, sp->max_recv_size, SMBDIRECT_MIN_RECEIVE_SIZE); in smbdirect_accept_negotiate_recv_work()
H A Dsmbdirect_connect.c759 if (max_receive_size < SMBDIRECT_MIN_RECEIVE_SIZE) { in smbdirect_connect_negotiate_recv_work()
763 SMBDIRECT_MIN_RECEIVE_SIZE); in smbdirect_connect_negotiate_recv_work()
813 sp->max_recv_size = max_t(u32, sp->max_recv_size, SMBDIRECT_MIN_RECEIVE_SIZE); in smbdirect_connect_negotiate_recv_work()