Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-defines.h51 #define TOTAL_NUMBER_OF_PORTS (CVMX_PIP_NUM_INPUT_PORTS+1) macro
H A Dethernet.c88 struct ifnet *cvm_oct_device[TOTAL_NUMBER_OF_PORTS];
483 for (port = 0; port < TOTAL_NUMBER_OF_PORTS; port++) { in cvm_oct_cleanup_module()
H A Dethernet-rx.c279 if (((work->word1.cn38xx.ipprt < TOTAL_NUMBER_OF_PORTS) && in cvm_oct_tasklet_rx()