Searched refs:SMBDIRECT_MAX_SGE (Results 1 – 2 of 2) sorted by relevance
249 #define SMBDIRECT_MAX_SGE 16 macro259 struct ib_sge sge[SMBDIRECT_MAX_SGE];
1163 struct scatterlist sgl[SMBDIRECT_MAX_SGE]; in smbd_post_send_data()1165 if (n_vec > SMBDIRECT_MAX_SGE) { in smbd_post_send_data()1665 if (info->id->device->attrs.max_send_sge < SMBDIRECT_MAX_SGE) { in _smbd_get_connection()1671 if (info->id->device->attrs.max_recv_sge < SMBDIRECT_MAX_SGE) { in _smbd_get_connection()1699 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()1700 qp_attr.cap.max_recv_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()