Searched refs:CVMX_HELPER_BOARD_MGMT_IPD_PORT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.h85 #define CVMX_HELPER_BOARD_MGMT_IPD_PORT -10 macro
H A Dcvmx-helper-board.c229 int interface_index = ipd_port - CVMX_HELPER_BOARD_MGMT_IPD_PORT;
438 if ((ipd_port >= CVMX_HELPER_BOARD_MGMT_IPD_PORT) && (ipd_port < (CVMX_HELPER_BOARD_MGMT_IPD_PORT + 2)))
439 return ipd_port - CVMX_HELPER_BOARD_MGMT_IPD_PORT;
450 if (ipd_port == CVMX_HELPER_BOARD_MGMT_IPD_PORT)
460 if (ipd_port == CVMX_HELPER_BOARD_MGMT_IPD_PORT)
469 if (ipd_port == CVMX_HELPER_BOARD_MGMT_IPD_PORT)
498 if ((ipd_port >= CVMX_HELPER_BOARD_MGMT_IPD_PORT) && (ipd_port < (CVMX_HELPER_BOARD_MGMT_IPD_PORT + 2)))
499 return ipd_port - CVMX_HELPER_BOARD_MGMT_IPD_PORT
[all...]
H A Dcvmx-mgmt-port.c242 int port_num = CVMX_HELPER_BOARD_MGMT_IPD_PORT + port;

Completed in 107 milliseconds