Home
last modified time | relevance | path

Searched refs:CEDI_MAX_TBQ_LENGTH (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h57 #define CEDI_MAX_TBQ_LENGTH (1000) macro
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c1142 if (config->txQLen[i]>CEDI_MAX_TBQ_LENGTH) in emacProbe()
1146 i, config->txQLen[i], CEDI_MAX_TBQ_LENGTH); in emacProbe()
1266 if (config->txQLen[i]>CEDI_MAX_TBQ_LENGTH) in emacInit()