Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c35 #define SMB_DIRECT_MAX_SEND_SGES 6 macro
181 struct ib_sge sge[SMB_DIRECT_MAX_SEND_SGES];
1169 struct scatterlist sg[SMB_DIRECT_MAX_SEND_SGES - 1]; in smb_direct_post_send_data()
1190 sg_init_table(sg, SMB_DIRECT_MAX_SEND_SGES - 1); in smb_direct_post_send_data()
1193 sg, SMB_DIRECT_MAX_SEND_SGES - 1, in smb_direct_post_send_data()
1199 } else if (sg_cnt + msg->num_sge > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_post_send_data()
1720 if (max_send_sges > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_init_params()