Lines Matching defs:interface
41 * Probe a NPI interface and determine the number of ports
42 * connected to it. The NPI interface should still be down
45 * @interface: Interface to probe
47 * Returns Number of ports on the interface. Zero to disable.
49 int __cvmx_helper_npi_probe(int interface)
67 * Bringup and enable a NPI interface. After this call packet
71 * @interface: Interface to bring up
75 int __cvmx_helper_npi_enable(int interface)
84 int num_ports = cvmx_helper_ports_on_interface(interface);
89 cvmx_helper_get_ipd_port(interface, port);