Home
last modified time | relevance | path

Searched refs:E1000_RETA_VAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000_regs.h145 #define E1000_RSS_QUEUE(reta, hash) ((E1000_RETA_VAL(reta, hash) & BIT(7)) >> 7)
H A Digb_regs.h687 #define E1000_RSS_QUEUE(reta, hash) (E1000_RETA_VAL(reta, hash) & 0x0F)
H A De1000x_regs.h291 #define E1000_RETA_VAL(reta, hash) (((uint8_t *)(reta))[E1000_RETA_IDX(hash)]) macro