Home
last modified time | relevance | path

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

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