Home
last modified time | relevance | path

Searched refs:route_destid (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/rapidio/switches/
Dtsi568.c34 u16 table, u16 route_destid, u8 route_port) in tsi568_route_add_entry() argument
38 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_add_entry()
44 route_destid); in tsi568_route_add_entry()
56 u16 table, u16 route_destid, u8 *route_port) in tsi568_route_get_entry() argument
63 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_get_entry()
69 route_destid); in tsi568_route_get_entry()
Didt_gen3.c38 u16 table, u16 route_destid, u8 route_port) in idtg3_route_add_entry() argument
45 __func__, table, route_destid, entry); in idtg3_route_add_entry()
47 if (route_destid > 0xFF) in idtg3_route_add_entry()
56 RIO_BC_L2_Gn_ENTRYx_CSR(0, route_destid), in idtg3_route_add_entry()
73 RIO_SPx_L2_Gn_ENTRYy_CSR(table, 0, route_destid), in idtg3_route_add_entry()
80 u16 table, u16 route_destid, u8 *route_port) in idtg3_route_get_entry() argument
85 if (route_destid > 0xFF) in idtg3_route_get_entry()
104 RIO_SPx_L2_Gn_ENTRYy_CSR(table, 0, route_destid), in idtg3_route_get_entry()
Didtcps.c22 u16 table, u16 route_destid, u8 route_port) in idtcps_route_add_entry() argument
31 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_add_entry()
46 u16 table, u16 route_destid, u8 *route_port) in idtcps_route_get_entry() argument
52 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_get_entry()
Dtsi57x.c43 u16 table, u16 route_destid, u8 route_port) in tsi57x_route_add_entry() argument
47 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi57x_route_add_entry()
52 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_add_entry()
64 u16 table, u16 route_destid, u8 *route_port) in tsi57x_route_get_entry() argument
78 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_get_entry()
Didt_gen2.c88 u16 table, u16 route_destid, u8 route_port) in idtg2_route_add_entry() argument
109 (u32)route_destid); in idtg2_route_add_entry()
121 u16 table, u16 route_destid, u8 *route_port) in idtg2_route_get_entry() argument
138 route_destid); in idtg2_route_get_entry()
/kernel/linux/linux-5.10/drivers/rapidio/
Drio.h30 u16 table, u16 route_destid, u8 route_port, int lock);
32 u16 route_destid, u8 *route_port, int lock);
Drio.c1492 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() argument
1497 (u32)route_destid); in rio_std_route_add_entry()
1520 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() argument
1526 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in rio_std_route_get_entry()
1680 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() argument
1697 route_destid, route_port); in rio_route_add_entry()
1700 rdev->hopcount, table, route_destid, in rio_route_add_entry()
1733 u16 route_destid, u8 *route_port, int lock) in rio_route_get_entry() argument
1750 route_destid, route_port); in rio_route_get_entry()
1753 rdev->hopcount, table, route_destid, in rio_route_get_entry()
/kernel/linux/linux-5.10/include/linux/
Drio.h123 u16 table, u16 route_destid, u8 route_port);
125 u16 table, u16 route_destid, u8 *route_port);