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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/
H A DmvEth.h154 int rxDescrNum[MV_ETH_RX_Q_NUM];
299 ETH_QUEUE_CTRL rxQueue[MV_ETH_RX_Q_NUM]; /* Rx ring resource */
303 MV_ETH_RX_Q_CFG rxQueueConfig[MV_ETH_RX_Q_NUM];
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEth.c288 (pEthPortInit->rxDefQ >= MV_ETH_RX_Q_NUM) ||
323 for( queue=0; queue<MV_ETH_RX_Q_NUM; queue++ )
338 for(queue=0; queue<MV_ETH_RX_Q_NUM; queue++)
422 for(queue=0; queue<MV_ETH_RX_Q_NUM; queue++)
600 for(queue=0; queue<MV_ETH_RX_Q_NUM; queue++)
1285 if(queue >= MV_ETH_RX_Q_NUM)
1469 if(queue >= MV_ETH_RX_Q_NUM)
1907 if( (rxq < 0) || (rxq >= MV_ETH_RX_Q_NUM) )
1951 if(vlanPrioQueue >= MV_ETH_RX_Q_NUM)
1998 if(bpduQueue >= MV_ETH_RX_Q_NUM)
[all...]
H A DmvEthDebug.c642 for(queue=0; queue<MV_ETH_RX_Q_NUM; queue++)
667 if( (rxQueue >=0) && (rxQueue < MV_ETH_RX_Q_NUM) )
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/
H A DmvSysHwConfig.h252 #define MV_ETH_RX_Q_NUM CONFIG_MV_ETH_RX_Q_NUM macro

Completed in 84 milliseconds