Searched refs:SMBDIRECT_MAX_SEND_SGE (Results 1 – 2 of 2) sorted by relevance
229 #define SMBDIRECT_MAX_SEND_SGE 6 macro237 struct ib_sge sge[SMBDIRECT_MAX_SEND_SGE];
1020 struct scatterlist sgl[SMBDIRECT_MAX_SEND_SGE - 1]; in smbd_post_send_data()1022 if (n_vec > SMBDIRECT_MAX_SEND_SGE - 1) { in smbd_post_send_data()1566 if (info->id->device->attrs.max_send_sge < SMBDIRECT_MAX_SEND_SGE || in _smbd_get_connection()1600 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SEND_SGE; in _smbd_get_connection()1988 struct kvec vecs[SMBDIRECT_MAX_SEND_SGE - 1]; in smbd_send()2048 j < SMBDIRECT_MAX_SEND_SGE - 1 && in smbd_send()