Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbdirect.h229 #define SMBDIRECT_MAX_SGE 16 macro
236 struct ib_sge sge[SMBDIRECT_MAX_SGE];
H A Dsmbdirect.c1019 struct scatterlist sgl[SMBDIRECT_MAX_SGE]; in smbd_post_send_data()
1021 if (n_vec > SMBDIRECT_MAX_SGE) { in smbd_post_send_data()
1565 if (info->id->device->attrs.max_send_sge < SMBDIRECT_MAX_SGE) { in _smbd_get_connection()
1571 if (info->id->device->attrs.max_recv_sge < SMBDIRECT_MAX_SGE) { in _smbd_get_connection()
1601 qp_attr.cap.max_send_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()
1602 qp_attr.cap.max_recv_sge = SMBDIRECT_MAX_SGE; in _smbd_get_connection()

Completed in 4 milliseconds