Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
Dtransport_rdma.c2237 bool rdma_capable = false; in ksmbd_rdma_capable_netdev() local
2252 rdma_capable = true; in ksmbd_rdma_capable_netdev()
2271 rdma_capable = true; in ksmbd_rdma_capable_netdev()
2281 if (rdma_capable == false) { in ksmbd_rdma_capable_netdev()
2287 rdma_capable = true; in ksmbd_rdma_capable_netdev()
2292 return rdma_capable; in ksmbd_rdma_capable_netdev()
/linux-6.6.21/fs/smb/client/
Dsess.c242 if (iface->rdma_capable != ses->server->rdma) in cifs_try_adding_channels()
416 if (iface->rdma_capable != server->rdma) in cifs_chan_update_iface()
539 ses, iface->speed, iface->rdma_capable ? "yes" : "no", in cifs_ses_add_channel()
543 ses, iface->speed, iface->rdma_capable ? "yes" : "no", in cifs_ses_add_channel()
606 ctx->rdma = iface->rdma_capable; in cifs_ses_add_channel()
Dcifs_debug.c220 if (iface->rdma_capable) in cifs_dump_iface()
224 if (!iface->rdma_capable && !iface->rss_capable) in cifs_dump_iface()
Dsmb2ops.c544 if (a->rdma_capable == b->rdma_capable) { in iface_cmp()
563 } else if (a->rdma_capable > b->rdma_capable) in iface_cmp()
625 tmp_iface.rdma_capable = le32_to_cpu(p->Capability & RDMA_CAPABLE) ? 1 : 0; in parse_server_interfaces()
Dcifsglob.h998 unsigned int rdma_capable : 1; member