Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/switches/
Dtsi568.c38 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()
Didt_gen3.c42 u16 table, u16 route_destid, u8 route_port) in idtg3_route_add_entry() argument
49 __func__, table, route_destid, entry); in idtg3_route_add_entry()
51 if (route_destid > 0xFF) in idtg3_route_add_entry()
60 RIO_BC_L2_Gn_ENTRYx_CSR(0, route_destid), in idtg3_route_add_entry()
77 RIO_SPx_L2_Gn_ENTRYy_CSR(table, 0, route_destid), in idtg3_route_add_entry()
84 u16 table, u16 route_destid, u8 *route_port) in idtg3_route_get_entry() argument
89 if (route_destid > 0xFF) in idtg3_route_get_entry()
108 RIO_SPx_L2_Gn_ENTRYy_CSR(table, 0, route_destid), in idtg3_route_get_entry()
Didtcps.c26 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()
Dtsi57x.c47 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()
Didt_gen2.c92 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()
/Linux-v4.19/drivers/rapidio/
Drio.h34 u16 table, u16 route_destid, u8 route_port, int lock);
36 u16 route_destid, u8 *route_port, int lock);
Drio.c1496 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() argument
1501 (u32)route_destid); in rio_std_route_add_entry()
1524 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() argument
1530 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in rio_std_route_get_entry()
1684 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() argument
1701 route_destid, route_port); in rio_route_add_entry()
1704 rdev->hopcount, table, route_destid, in rio_route_add_entry()
1737 u16 route_destid, u8 *route_port, int lock) in rio_route_get_entry() argument
1754 route_destid, route_port); in rio_route_get_entry()
1757 rdev->hopcount, table, route_destid, in rio_route_get_entry()
/Linux-v4.19/include/linux/
Drio.h127 u16 table, u16 route_destid, u8 route_port);
129 u16 table, u16 route_destid, u8 *route_port);