Lines Matching defs:table

1416  * rio_std_route_add_entry - Add switch route table entry using standard
1421 * @table: routing table ID (global or port-specific)
1427 u16 table, u16 route_destid, u8 route_port)
1429 if (table == RIO_GLOBAL_TABLE) {
1443 * rio_std_route_get_entry - Read switch route table entry (port number)
1449 * @table: routing table ID (global or port-specific)
1455 u16 table, u16 route_destid, u8 *route_port)
1459 if (table == RIO_GLOBAL_TABLE) {
1472 * rio_std_route_clr_table - Clear swotch route table using standard registers
1477 * @table: routing table ID (global or port-specific)
1481 u16 table)
1487 if (table == RIO_GLOBAL_TABLE) {
1598 * rio_route_add_entry- Add a route entry to a switch routing table
1600 * @table: Routing table ID
1606 * entry into a switch routing table. Otherwise uses standard RT update method
1607 * as defined by RapidIO specification. A specific routing table can be selected
1608 * using the @table argument if a switch has per port routing tables or
1609 * the standard (or global) table may be used by passing
1610 * %RIO_GLOBAL_TABLE in @table.
1615 u16 table, u16 route_destid, u8 route_port, int lock)
1631 rdev->hopcount, table,
1635 rdev->hopcount, table, route_destid,
1651 * rio_route_get_entry- Read an entry from a switch routing table
1653 * @table: Routing table ID
1659 * entry from a switch routing table. Otherwise uses standard RT read method
1660 * as defined by RapidIO specification. A specific routing table can be selected
1661 * using the @table argument if a switch has per port routing tables or
1662 * the standard (or global) table may be used by passing
1663 * %RIO_GLOBAL_TABLE in @table.
1667 int rio_route_get_entry(struct rio_dev *rdev, u16 table,
1684 rdev->hopcount, table,
1688 rdev->hopcount, table, route_destid,
1703 * rio_route_clr_table - Clear a switch routing table
1705 * @table: Routing table ID
1709 * routing table. Otherwise uses standard RT write method as defined by RapidIO
1710 * specification. A specific routing table can be selected using the @table
1712 * table may be used by passing %RIO_GLOBAL_TABLE in @table.
1716 int rio_route_clr_table(struct rio_dev *rdev, u16 table, int lock)
1732 rdev->hopcount, table);
1735 rdev->hopcount, table);