Searched refs:SMBDIRECT_SEND_IO_MAX_SGE (Results 1 – 2 of 2) sorted by relevance
124 #define SMBDIRECT_SEND_IO_MAX_SGE 6 macro126 struct ib_sge sge[SMBDIRECT_SEND_IO_MAX_SGE];
905 .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