Searched refs:SMB_DIRECT_MAX_SEND_SGES (Results 1 – 1 of 1) sorted by relevance
35 #define SMB_DIRECT_MAX_SEND_SGES 6 macro181 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()1711 if (max_send_sges > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_init_params()