Searched refs:supported_ports (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.h170 * @param supported_ports
176 extern int __cvmx_helper_board_interface_probe(int interface, int supported_ports);
209 * @param supported_ports expected number of ports based on chip type;
213 * Return value is supported_ports if function does not
216 int __cvmx_helper_board_usb_get_num_ports(int supported_ports);
H A Dcvmx-helper-board.c1346 * @param supported_ports
1352 int __cvmx_helper_board_interface_probe(int interface, int supported_ports) argument
1432 return supported_ports;
1633 * @param supported_ports expected number of ports based on chip type;
1637 * Return value is supported_ports if function does not
1640 int __cvmx_helper_board_usb_get_num_ports(int supported_ports) argument
1649 return supported_ports;

Completed in 109 milliseconds