diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2010-05-26 17:44:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-27 12:12:51 -0400 |
commit | 7a88d6286240f1e8a0cf9c07252e1576169020f5 (patch) | |
tree | 8fc7d9d6b00a8f2b319f78b1dd9db489395a99fd /include/linux/rio.h | |
parent | 058f88d672b3161fe511ebe2996c3faef63c1c8e (diff) |
rapidio: add switch domain routines
Add switch specific domain routines required for 16-bit routing support in
switches with hierarchical implementation of routing tables.
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Li Yang <leoli@freescale.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Thomas Moll <thomas.moll@sysgo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r-- | include/linux/rio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index 3d0ac930cbea..19b5f227096e 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -238,6 +238,10 @@ struct rio_switch { | |||
238 | u16 table, u16 route_destid, u8 * route_port); | 238 | u16 table, u16 route_destid, u8 * route_port); |
239 | int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, | 239 | int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, |
240 | u16 table); | 240 | u16 table); |
241 | int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, | ||
242 | u8 sw_domain); | ||
243 | int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, | ||
244 | u8 *sw_domain); | ||
241 | int (*em_init) (struct rio_dev *dev); | 245 | int (*em_init) (struct rio_dev *dev); |
242 | int (*em_handle) (struct rio_dev *dev, u8 swport); | 246 | int (*em_handle) (struct rio_dev *dev, u8 swport); |
243 | }; | 247 | }; |