Searched refs:TOTAL_NUMBER_OF_PORTS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-defines.h99 #define TOTAL_NUMBER_OF_PORTS (CVMX_PIP_NUM_INPUT_PORTS+1) macro
H A Dethernet-rx.c399 if (likely((work->ipprt < TOTAL_NUMBER_OF_PORTS) &&
506 for (i = 0; i < TOTAL_NUMBER_OF_PORTS; i++) {
H A Dethernet.c140 struct net_device *cvm_oct_device[TOTAL_NUMBER_OF_PORTS];
813 for (port = 0; port < TOTAL_NUMBER_OF_PORTS; port++) {
H A Dethernet-tx.c638 for (port = 0; port < TOTAL_NUMBER_OF_PORTS; port++) {

Completed in 48 milliseconds