Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/rapidio/switches/
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()
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()
/linux-5.19.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.c1427 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() argument
1432 (u32)route_destid); in rio_std_route_add_entry()
1455 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() argument
1461 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in rio_std_route_get_entry()
1615 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() argument
1632 route_destid, route_port); in rio_route_add_entry()
1635 rdev->hopcount, table, route_destid, in rio_route_add_entry()
1668 u16 route_destid, u8 *route_port, int lock) in rio_route_get_entry() argument
1685 route_destid, route_port); in rio_route_get_entry()
1688 rdev->hopcount, table, route_destid, in rio_route_get_entry()
/linux-5.19.10/include/linux/
Drio.h123 u16 table, u16 route_destid, u8 route_port);
125 u16 table, u16 route_destid, u8 *route_port);