Searched refs:route_destid (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/rapidio/switches/ |
D | idt_gen3.c | 38 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()
|
D | idtcps.c | 22 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()
|
D | idt_gen2.c | 88 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-v6.6/drivers/rapidio/ |
D | rio.h | 30 u16 table, u16 route_destid, u8 route_port, int lock); 32 u16 route_destid, u8 *route_port, int lock);
|
D | rio.c | 1427 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-v6.6/include/linux/ |
D | rio.h | 123 u16 table, u16 route_destid, u8 route_port); 125 u16 table, u16 route_destid, u8 *route_port);
|