Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmbdirect.h229 #define SMBDIRECT_MAX_SEND_SGE 6 macro
237 struct ib_sge sge[SMBDIRECT_MAX_SEND_SGE];
Dsmbdirect.c890 .max_sge = SMBDIRECT_MAX_SEND_SGE, in smbd_post_send_iter()
1535 if (info->id->device->attrs.max_send_sge < SMBDIRECT_MAX_SEND_SGE || in _smbd_get_connection()
1569 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SEND_SGE; in _smbd_get_connection()