Home
last modified time | relevance | path

Searched refs:E1000_RSS_QUEUE (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/
H A De1000_regs.h145 #define E1000_RSS_QUEUE(reta, hash) ((E1000_RETA_VAL(reta, hash) & BIT(7)) >> 7) macro
H A Digb_regs.h687 #define E1000_RSS_QUEUE(reta, hash) (E1000_RETA_VAL(reta, hash) & 0x0F) macro
H A De1000e_core.c599 info->queue = E1000_RSS_QUEUE(&core->mac[RETA], info->hash); in e1000e_rss_parse_packet()
H A Digb_core.c434 info->queue = E1000_RSS_QUEUE(&core->mac[RETA], info->hash); in igb_rss_parse_packet()