Home
last modified time | relevance | path

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

/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c105 key->vlan_id & VLAN_VID_MASK); in hmp_rocker_of_dpa_flows()
265 group->set_vlan_id & VLAN_VID_MASK); in hmp_rocker_of_dpa_groups()
H A Drocker_of_dpa.c2008 (ntohs(group->l2_rewrite.vlan_id) & VLAN_VID_MASK)) { in of_dpa_cmd_add_l2_rewrite()
/qemu/include/net/
H A Deth.h222 #define VLAN_VID_MASK 0x0fff macro
/qemu/hw/net/
H A Dvmxnet3.c1910 uint16_t vlan_tag = eth_get_pkt_tci(data) & VLAN_VID_MASK; in vmxnet3_is_registered_vlan()
H A Digb_core.c1137 uint16_t vid = be16_to_cpu(l2_header->vlan[vlan_num - 1].h_tci) & VLAN_VID_MASK; in igb_receive_assign()