Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h210 #define IGB_RDRTABLE_SIZE (IGB_NRETA * IGB_RETA_SIZE) macro
414 int rdr_table[IGB_RDRTABLE_SIZE];
H A Dif_igb.c2644 if_ringmap_rdrtable(rm, sc->rdr_table, IGB_RDRTABLE_SIZE); in igb_init_rx_unit()