Home
last modified time | relevance | path

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

/fs/smb/common/smbdirect/
A Dsmbdirect_socket.h124 #define SMBDIRECT_SEND_IO_MAX_SGE 6 macro
126 struct ib_sge sge[SMBDIRECT_SEND_IO_MAX_SGE];
/fs/smb/client/
A Dsmbdirect.c905 .max_sge = SMBDIRECT_SEND_IO_MAX_SGE, in smbd_post_send_iter()
1571 if (sc->ib.dev->attrs.max_send_sge < SMBDIRECT_SEND_IO_MAX_SGE || in _smbd_get_connection()
1603 qp_attr.cap.max_send_sge = SMBDIRECT_SEND_IO_MAX_SGE; in _smbd_get_connection()

Completed in 10 milliseconds