/* * Shared Memory Communications over RDMA (SMC-R) and RoCE * * Socket Closing * * Copyright IBM Corp. 2016 * * Author(s): Ursula Braun */ #ifndef SMC_CLOSE_H #define SMC_CLOSE_H #include #include "smc.h" #define SMC_MAX_STREAM_WAIT_TIMEOUT (2 * HZ) #define SMC_CLOSE_SOCK_PUT_DELAY HZ void smc_close_wake_tx_prepared(struct smc_sock *smc); void smc_close_active_abort(struct smc_sock *smc); int smc_close_active(struct smc_sock *smc); void smc_close_passive_received(struct smc_sock *smc); void smc_close_sock_put_work(struct work_struct *work); int smc_close_shutdown_write(struct smc_sock *smc); #endif /* SMC_CLOSE_H */ logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-11-17 11:43:15 +0100
committerMichael S. Tsirkin <mst@redhat.com>2016-12-16 00:12:48 +0200
commit66f2f55542270c44d67f05533594f75404c1481a (patch)
tree55a5204d44c9f7e32a255f094a3e731e918506f2
parent9f8196cc05caa9aba19f38f29c5f9a12722986c4 (diff)
virtio_pci: merge vp_free_vectors into vp_del_vqs
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--drivers/virtio/virtio_pci_common.c61
1 files changed, 27 insertions, 34 deletions
diff --git a/drivers/virtio/virtio_pci_common.c b/drivers/virtio/virtio_pci_common.c