/* * Shared Memory Communications over RDMA (SMC-R) and RoCE * * PNET table queries * * Copyright IBM Corp. 2016 * * Author(s): Thomas Richter */ #ifndef _SMC_PNET_H #define _SMC_PNET_H struct smc_ib_device; int smc_pnet_init(void) __init; void smc_pnet_exit(void); int smc_pnet_remove_by_ibdev(struct smc_ib_device *ibdev); struct smc_ib_device *smc_pnet_find_ib(char *ib_name); void smc_pnet_find_roce_resource(struct sock *sk, struct smc_ib_device **smcibdev, u8 *ibport); #endif ///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2016-07-13 19:21:57 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2016-12-15 10:41:51 -0800
commit30b507051dd1f79bbedce79cb37dc0ef31f5fb6c (patch)
treea470dc6c65ea7b2aa97b28537bd2861ffd5b8af8
parent644b213ccced83495eb54dd48764f7e963bcc1c0 (diff)
xtensa: update DMA-related Documentation/features entries
xtensa supports DMA API debug and contiguous DMA, mark it as such. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>