Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h196 #define E1000_VT_CTL_DEFAULT_POOL_MASK (0x7 << E1000_VT_CTL_DEFAULT_POOL_SHIFT) macro
H A Digb_main.c4580 vtctl &= ~(E1000_VT_CTL_DEFAULT_POOL_MASK | in igb_setup_mrqc()
/openbmc/qemu/hw/net/
H A Digb_regs.h230 #define E1000_VT_CTL_DEFAULT_POOL_MASK (0x7 << E1000_VT_CTL_DEFAULT_POOL_SHIFT) macro
H A Digb_core.c1177 uint32_t def_pl = core->mac[VT_CTL] & E1000_VT_CTL_DEFAULT_POOL_MASK; in igb_receive_assign()