Searched refs:route_port (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
33 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*i), result | (route_port << (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
57 *route_port = result >> (4*(route_destid & 0x7));
58 if (*route_port > 3)
H A Didtcps.c25 u16 table, u16 route_destid, u8 route_port)
36 result = (0xffffff00 & result) | (u32)route_port;
46 u16 table, u16 route_destid, u8 *route_port)
59 *route_port = RIO_INVALID_ROUTE;
61 *route_port = (u8)result;
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 Dtsi568.c37 u16 table, u16 route_destid, u8 route_port)
43 SPBC_ROUTE_CFG_PORT, route_port);
49 SPP_ROUTE_CFG_PORT(table), route_port);
59 u16 table, u16 route_destid, u8 *route_port)
77 *route_port = result;
78 if (*route_port > 15)
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 Dtsi57x.c46 u16 table, u16 route_destid, u8 route_port)
52 SPBC_ROUTE_CFG_PORT, route_port);
57 SPP_ROUTE_CFG_PORT(table), route_port);
67 u16 table, u16 route_destid, u8 *route_port)
85 *route_port = (u8)result;
86 if (*route_port > 15)
219 u8 route_port; local
284 route_port = rdev->rswitch->route_table[regval];
288 RIO_GLOBAL_TABLE, regval, route_port);
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.h30 u8 route_port);
33 u8 *route_port);
H A Drio-scan.c632 * @route_port: Port number to be routed
644 u16 table, u16 route_destid, u8 route_port, int lock)
657 route_destid, route_port);
670 * @route_port: Pointer to read port number into
682 u16 route_destid, u8 *route_port, int lock)
695 route_destid, route_port);
968 u8 port_num, route_port; local
1009 &route_port, 0);
1010 if (route_port == port_num)
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
H A Drio.c791 * @route_port: destination port for specified destID
794 u16 table, u16 route_destid, u8 route_port)
802 (u32)route_port);
818 * @route_port: returned destination port for specified destID
821 u16 table, u16 route_destid, u8 *route_port)
831 *route_port = (u8)result;
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
/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 44 milliseconds