Searched refs:route_destid (Results 1 – 6 of 6) sorted by relevance
/drivers/rapidio/switches/ |
D | tsi568.c | 38 u16 table, u16 route_destid, u8 route_port) in tsi568_route_add_entry() argument 42 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_add_entry() 48 route_destid); in tsi568_route_add_entry() 60 u16 table, u16 route_destid, u8 *route_port) in tsi568_route_get_entry() argument 67 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_get_entry() 73 route_destid); in tsi568_route_get_entry()
|
D | idtcps.c | 26 u16 table, u16 route_destid, u8 route_port) in idtcps_route_add_entry() argument 35 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_add_entry() 50 u16 table, u16 route_destid, u8 *route_port) in idtcps_route_get_entry() argument 56 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_get_entry()
|
D | tsi57x.c | 47 u16 table, u16 route_destid, u8 route_port) in tsi57x_route_add_entry() argument 51 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi57x_route_add_entry() 56 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_add_entry() 68 u16 table, u16 route_destid, u8 *route_port) in tsi57x_route_get_entry() argument 82 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_get_entry()
|
D | idt_gen2.c | 92 u16 table, u16 route_destid, u8 route_port) in idtg2_route_add_entry() argument 113 (u32)route_destid); in idtg2_route_add_entry() 125 u16 table, u16 route_destid, u8 *route_port) in idtg2_route_get_entry() argument 142 route_destid); in idtg2_route_get_entry()
|
/drivers/rapidio/ |
D | rio.h | 35 u16 table, u16 route_destid, u8 route_port, int lock); 37 u16 route_destid, u8 *route_port, int lock);
|
D | rio.c | 1185 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() argument 1190 (u32)route_destid); in rio_std_route_add_entry() 1213 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() argument 1219 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in rio_std_route_get_entry() 1373 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() argument 1390 route_destid, route_port); in rio_route_add_entry() 1393 rdev->hopcount, table, route_destid, in rio_route_add_entry() 1426 u16 route_destid, u8 *route_port, int lock) in rio_route_get_entry() argument 1443 route_destid, route_port); in rio_route_get_entry() 1446 rdev->hopcount, table, route_destid, in rio_route_get_entry()
|