Searched refs:SMBDIRECT_MAX_SEND_SGE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmbdirect.h229 #define SMBDIRECT_MAX_SEND_SGE 6 macro
237 struct ib_sge sge[SMBDIRECT_MAX_SEND_SGE];
H A Dsmbdirect.c890 .max_sge = SMBDIRECT_MAX_SEND_SGE,
1535 if (info->id->device->attrs.max_send_sge < SMBDIRECT_MAX_SEND_SGE ||
1569 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SEND_SGE;

Completed in 119 milliseconds