![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/src/kernels/4.18.0-348.2.1.el8_5.x86_64/include/rdma/ |
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2020 Mellanox Technologies. All rights reserved. */ #ifndef _RDMA_LAG_H_ #define _RDMA_LAG_H_ #include <net/lag.h> struct ib_device; struct rdma_ah_attr; enum rdma_lag_flags { RDMA_LAG_FLAGS_HASH_ALL_SLAVES = 1 << 0 }; void rdma_lag_put_ah_roce_slave(struct net_device *xmit_slave); struct net_device *rdma_lag_get_ah_roce_slave(struct ib_device *device, struct rdma_ah_attr *ah_attr, gfp_t flags); #endif /* _RDMA_LAG_H_ */