Home
last modified time | relevance | path

Searched refs:__cvmx_mgmt_port_num_ports (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-mgmt-port.c117 static int __cvmx_mgmt_port_num_ports(void) in __cvmx_mgmt_port_num_ports() function
139 return __cvmx_mgmt_port_num_ports(); in cvmx_mgmt_port_num_ports()
157 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_initialize()
266 for (i = 0; i < __cvmx_mgmt_port_num_ports(); i++) in cvmx_mgmt_port_initialize()
427 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_shutdown()
455 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_enable()
503 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_disable()
534 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_send()
594 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_sendm()
651 if ((port < 0) || (port >= __cvmx_mgmt_port_num_ports())) in cvmx_mgmt_port_receive()
[all …]