Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/octeon/
H A Dethernet-defines.h38 #define TOTAL_NUMBER_OF_PORTS (CVMX_PIP_NUM_INPUT_PORTS + 1) macro
H A Dethernet-rx.c327 if (likely((port < TOTAL_NUMBER_OF_PORTS) && in cvm_oct_poll()
456 for (i = 0; i < TOTAL_NUMBER_OF_PORTS; i++) { in cvm_oct_rx_initialize()
H A Dethernet.c103 struct net_device *cvm_oct_device[TOTAL_NUMBER_OF_PORTS];
942 for (port = 0; port < TOTAL_NUMBER_OF_PORTS; port++) { in cvm_oct_remove()
H A Dethernet-tx.c677 for (port = 0; port < TOTAL_NUMBER_OF_PORTS; port++) { in cvm_oct_tx_do_cleanup()