Home
last modified time | relevance | path

Searched refs:E1000_VLVF_VLANID_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h220 #define E1000_VLVF_VLANID_MASK 0x00000FFF macro
H A De1000_mac.c153 bits = rd32(E1000_VLVF(regindex)) & E1000_VLVF_VLANID_MASK; in igb_find_vlvf_slot()
H A Digb_main.c7388 vid = vlvf & E1000_VLVF_VLANID_MASK; in igb_clear_vf_vfta()
7566 int vid = (msgbuf[1] & E1000_VLVF_VLANID_MASK); in igb_set_vf_vlan_msg()
/openbmc/qemu/hw/net/
H A Digb_regs.h254 #define E1000_VLVF_VLANID_MASK 0x00000FFF macro
H A Digb_core.c1138 if ((core->mac[VLVF0 + i] & E1000_VLVF_VLANID_MASK) == vid && in igb_receive_assign()