Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Drdma.c623 bool odp_supported = true; in rds_cmsg_rdma_args() local
647 odp_supported = false; in rds_cmsg_rdma_args()
722 if ((!odp_supported && ret <= 0) || in rds_cmsg_rdma_args()
723 (odp_supported && ret <= 0 && ret != -EOPNOTSUPP)) in rds_cmsg_rdma_args()