Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDif_igb.h288 #define IGB_PKTTYPE_MASK 0x0000FFF0 macro
HDif_igb.c4961 ptype = le32toh(cur->wb.lower.lo_dword.data) & IGB_PKTTYPE_MASK; in igb_rxeof()