Lines Matching full:interface
97 * Returns the number of ports on the given interface.
98 * The interface must be initialized before the port count
101 * @interface: Which interface to return port count for.
103 * Returns Port count for interface
104 * -1 for uninitialized interface
106 extern int cvmx_helper_ports_on_interface(int interface);
109 * Return the number of interfaces the chip has. Each interface
112 * one interface.
119 * Get the operating mode of an interface. Depending on the Octeon
121 * of the type of packet I/O supported by an interface.
123 * @interface: Interface to probe
125 * Returns Mode of the interface. Unknown or unsupported interfaces return
129 interface);
158 * This function probes an interface to determine the actual
161 * interface_port_count[interface] correctly. Hardware setup of the
164 * @interface: Interface to probe
168 extern int cvmx_helper_interface_probe(int interface);
169 extern int cvmx_helper_interface_enumerate(int interface);