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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/switches/
H A Dtsi500.c23 tsi500_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
26 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3);
31 result &= ~(0xf << (4*(route_destid & 0x7)));
33 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*i), result | (route_port << (4*(route_destid & 0x7))));
37 result &= ~(0xf << (4*(route_destid & 0x7)));
38 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*table), result | (route_port << (4*(route_destid & 0x7))));
45 tsi500_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
48 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3);
56 result &= 0xf << (4*(route_destid & 0x7));
57 *route_port = result >> (4*(route_destid
[all...]
H A Dtsi568.c37 u16 table, u16 route_destid, u8 route_port)
41 SPBC_ROUTE_CFG_DESTID, route_destid);
47 route_destid);
59 u16 table, u16 route_destid, u8 *route_port)
66 SPBC_ROUTE_CFG_DESTID, route_destid);
72 route_destid);
36 tsi568_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
58 tsi568_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
H A Didtcps.c25 u16 table, u16 route_destid, u8 route_port)
31 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid);
46 u16 table, u16 route_destid, u8 *route_port)
52 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid);
24 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
45 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
H A Dtsi57x.c46 u16 table, u16 route_destid, u8 route_port)
50 SPBC_ROUTE_CFG_DESTID, route_destid);
55 SPP_ROUTE_CFG_DESTID(table), route_destid);
67 u16 table, u16 route_destid, u8 *route_port)
81 SPP_ROUTE_CFG_DESTID(table), route_destid);
45 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
66 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio.h29 u8 hopcount, u16 table, u16 route_destid,
32 u8 hopcount, u16 table, u16 route_destid,
H A Drio.c790 * @route_destid: destID entry in the RT
794 u16 table, u16 route_destid, u8 route_port)
799 (u32)route_destid);
817 * @route_destid: destID entry in the RT
821 u16 table, u16 route_destid, u8 *route_port)
827 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid);
793 rio_std_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
820 rio_std_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
H A Drio-scan.c631 * @route_destid: Destination ID to be routed
644 u16 table, u16 route_destid, u8 route_port, int lock)
657 route_destid, route_port);
669 * @route_destid: Destination ID to be routed
682 u16 route_destid, u8 *route_port, int lock)
695 route_destid, route_port);
643 rio_route_add_entry(struct rio_mport *mport, struct rio_switch *rswitch, u16 table, u16 route_destid, u8 route_port, int lock) argument
681 rio_route_get_entry(struct rio_mport *mport, struct rio_switch *rswitch, u16 table, u16 route_destid, u8 *route_port, int lock) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drio.h242 u16 table, u16 route_destid, u8 route_port);
244 u16 table, u16 route_destid, u8 * route_port);

Completed in 120 milliseconds