commit | 520b670216a15fb949e6ec6a1af9b5dd55d219c7 | [log] [tgz] |
---|---|---|
author | Andreas Noever <andreas.noever@gmail.com> | Tue Jun 03 22:04:07 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 19 14:07:47 2014 -0700 |
tree | 905d7b0702895422156bb1c076072d95756d22db | |
parent | 053596d9e26c86352c4b2b372f43f2746b97de45 [diff] |
thunderbolt: Add path setup code. A thunderbolt path is a unidirectional channel between two thunderbolt ports. Two such paths are needed to establish a pci tunnel. This patch introduces struct tb_path as well as a set of tb_path_* methods which are used to activate & deactivate paths. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>