Searched refs:VLAN_VID_MASK (Results 1 – 12 of 12) sorted by relevance
37 #ifndef VLAN_VID_MASK38 #define VLAN_VID_MASK 0xfff /* low 12 bits are vlan id */ macro
333 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_sriov_reset_tx_filter()371 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_sriov_reset_rx_filter()1595 tci = (vlan & VLAN_VID_MASK) | ((qos & 0x7) << VLAN_PRIO_SHIFT); in efx_sriov_set_vf_vlan()1642 ivi->vlan = tci & VLAN_VID_MASK; in efx_sriov_get_vf_config()
103 V_L2T_W_VLAN(e->vlan & VLAN_VID_MASK) | in setup_l2e_send_pending()
183 if (vlan && vlan != VLAN_VID_MASK) { in get_iff_from_mac()416 VLAN_VID_MASK); in cxgb_offload_ctl()
562 e->vlan & VLAN_VID_MASK, vlan_prio(e), e->lport, in l2t_seq_show()
833 vlan->vlanid = pkt->vlan_tci & VLAN_VID_MASK; in rndis_filter_send()
1074 id = rule->h_ext.vlan_tci & VLAN_VID_MASK; in gfar_convert_to_filer()1075 id_mask = rule->m_ext.vlan_tci & VLAN_VID_MASK; in gfar_convert_to_filer()
1009 vid = *(u16 *)(descr->skb->data) & VLAN_VID_MASK; in gelic_card_decode_one_descr()
1690 vid_pcp = (vid_pcp & VLAN_VID_MASK) | in rhine_start_tx()
860 interface->vlan_id == (vlan_id & VLAN_VID_MASK)) in bnx2fc_indicate_netevent()
165 adapter->pvid = le16_to_cpu(evt->tag) & VLAN_VID_MASK; in be_async_grp5_pvid_state_process()
1427 if (adapter->pvid == (rxcp->vlan_tag & VLAN_VID_MASK) && in be_rx_compl_get()