Home
last modified time | relevance | path

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

/trueos/sys/dev/e1000/
HDif_igb.h67 #define IGB_MAX_RXD 4096 macro
HDif_igb.c547 (igb_rxd > IGB_MAX_RXD) || (igb_rxd < IGB_MIN_RXD)) { in igb_attach()