Searched refs:SMB_DIRECT_MAX_SEND_SGES (Results 1 – 1 of 1) sorted by relevance
44 #define SMB_DIRECT_MAX_SEND_SGES 8 macro180 struct ib_sge sge[SMB_DIRECT_MAX_SEND_SGES];1157 struct scatterlist sg[SMB_DIRECT_MAX_SEND_SGES - 1]; in smb_direct_post_send_data()1178 sg_init_table(sg, SMB_DIRECT_MAX_SEND_SGES - 1); in smb_direct_post_send_data()1181 sg, SMB_DIRECT_MAX_SEND_SGES - 1, in smb_direct_post_send_data()1187 } else if (sg_cnt + msg->num_sge > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_post_send_data()1658 if (max_send_sges > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_init_params()1671 max_rw_wrs = DIV_ROUND_UP(max_pages, SMB_DIRECT_MAX_SEND_SGES); in smb_direct_init_params()1696 if (device->attrs.max_send_sge < SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_init_params()1724 cap->max_send_sge = SMB_DIRECT_MAX_SEND_SGES; in smb_direct_init_params()