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

/linux-master/drivers/rapidio/
H A Drio-scan.c422 rswitch->route_table =
425 if (!rswitch->route_table)
430 rswitch->route_table[rdid] = RIO_INVALID_ROUTE;
459 kfree(rswitch->route_table);
470 kfree(rswitch->route_table);
602 rdev->rswitch->route_table[port->host_deviceid] = sw_inport;
609 rdev->rswitch->route_table[destid] = sw_inport;
659 route_table[destid] =
904 if (RIO_INVALID_ROUTE == rswitch->route_table[destid]) {
915 rswitch->route_table[desti
[all...]
H A Drio-sysfs.c45 if (rdev->rswitch->route_table[i] == RIO_INVALID_ROUTE)
49 rdev->rswitch->route_table[i]);
H A Drio.c213 kfree(rdev->rswitch->route_table);
972 p_port = prev->rswitch->route_table[rdev->destid];
/linux-master/drivers/acpi/acpica/
H A Drsdump.c129 * PARAMETERS: route_table - Pointer to the routing table to dump.
137 void acpi_rs_dump_irq_list(u8 *route_table) argument
150 prt_element = ACPI_CAST_PTR(struct acpi_pci_routing_table, route_table);
H A Dacresrc.h278 void acpi_rs_dump_irq_list(u8 *route_table);
/linux-master/include/linux/
H A Drio.h91 * @route_table: Copy of switch routing table
99 u8 *route_table; member in struct:rio_switch
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c100 struct route_table { struct
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1788 rswitch->route_table = NULL;

Completed in 165 milliseconds