Searched refs:RIO_INVALID_ROUTE (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/rapidio/switches/
H A Didtcps.c26 if (route_port == RIO_INVALID_ROUTE)
59 *route_port = RIO_INVALID_ROUTE;
H A Didt_gen2.c98 if (route_port == RIO_INVALID_ROUTE)
144 *route_port = RIO_INVALID_ROUTE;
H A Didt_gen3.c50 if (route_port == RIO_INVALID_ROUTE)
110 *route_port = RIO_INVALID_ROUTE;
/linux-master/drivers/rapidio/
H A Drio.c974 if (p_port != RIO_INVALID_ROUTE) {
1485 u32 port_sel = RIO_INVALID_ROUTE;
1501 port_sel = (RIO_INVALID_ROUTE << 24) |
1502 (RIO_INVALID_ROUTE << 16) |
1503 (RIO_INVALID_ROUTE << 8) |
1504 RIO_INVALID_ROUTE;
H A Drio-sysfs.c45 if (rdev->rswitch->route_table[i] == RIO_INVALID_ROUTE)
H A Drio-scan.c430 rswitch->route_table[rdid] = RIO_INVALID_ROUTE;
904 if (RIO_INVALID_ROUTE == rswitch->route_table[destid]) {
/linux-master/include/linux/
H A Drio.h37 #define RIO_INVALID_ROUTE 0xff /* Indicates that a route table macro

Completed in 478 milliseconds