Searched defs:E1000_RSS_QUEUE (Results 1 – 2 of 2) sorted by relevance
145 #define E1000_RSS_QUEUE(reta, hash) ((E1000_RETA_VAL(reta, hash) & BIT(7)) >> 7) macro
687 #define E1000_RSS_QUEUE(reta, hash) (E1000_RETA_VAL(reta, hash) & 0x0F) macro