Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c1713 unsigned int max_sge_per_wr, wrs_per_credit; in smb_direct_init_params() local
1738 max_sge_per_wr = min_t(unsigned int, device->attrs.max_send_sge, in smb_direct_init_params()
1740 max_sge_per_wr = max_t(unsigned int, max_sge_per_wr, in smb_direct_init_params()
1744 max_sge_per_wr) + 1); in smb_direct_init_params()
1789 cap->max_send_sge = max_sge_per_wr; in smb_direct_init_params()