| /* SPDX-License-Identifier: GPL-2.0 */ |
| * Shared Memory Communications over RDMA (SMC-R) and RoCE |
| * Copyright IBM Corp. 2016 |
| * Author(s): Thomas Richter <tmricht@linux.vnet.ibm.com> |
| #if IS_ENABLED(CONFIG_HAVE_PNETID) |
| * struct smc_pnettable - SMC PNET table anchor |
| * @lock: Lock for list action |
| * @pnetlist: List of PNETIDs |
| struct list_head pnetlist; |
| static inline int smc_pnetid_by_dev_port(struct device *dev, |
| unsigned short port, u8 *pnetid) |
| #if IS_ENABLED(CONFIG_HAVE_PNETID) |
| return pnet_id_by_dev_port(dev, port, pnetid); |
| int smc_pnet_init(void) __init; |
| int smc_pnet_net_init(struct net *net); |
| void smc_pnet_exit(void); |
| void smc_pnet_net_exit(struct net *net); |
| void smc_pnet_find_roce_resource(struct sock *sk, struct smc_init_info *ini); |
| void smc_pnet_find_ism_resource(struct sock *sk, struct smc_init_info *ini); |