Searched defs:rio_switch (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/include/linux/ |
D | rio.h | 104 struct rio_switch { struct 105 struct list_head node; 106 u16 switchid; 107 u8 *route_table; 108 u32 port_ok; 109 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 111 int (*get_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 113 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, 115 int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, 117 int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, [all …]
|