Home
last modified time | relevance | path

Searched refs:vlan_tag (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/libpcap/pcap/
H A Dvlan.h39 struct vlan_tag { struct
/dragonfly/sys/dev/netif/oce/
H A Doce_if.c1269 vtag = BSWAP_16(cqe->u0.s.vlan_tag); in oce_rx()
1271 vtag = cqe->u0.s.vlan_tag; in oce_rx()
1726 sc->vlan_tag[vtag] = 1; in oce_add_vlan()
1742 sc->vlan_tag[vtag] = 0; in oce_del_vlan()
1765 if (sc->vlan_tag[i]) { in oce_vid_config()
2121 sc->qnqid = dbgcqe->vlan_tag; in oce_mq_handler()
2205 uint16_t vlan_tag = 0; in oce_insert_vlan_tag() local
2220 if(!vlan_tag) in oce_insert_vlan_tag()
2221 vlan_tag = sc->pvid; in oce_insert_vlan_tag()
2226 if(vlan_tag) { in oce_insert_vlan_tag()
[all …]
H A Doce_hw.h716 uint16_t vlan_tag; member
1163 struct ntwk_if_vlan_tag vlan_tag; member
2367 uint32_t vlan_tag:16; member
2395 uint32_t vlan_tag:16;
2495 uint32_t vlan_tag:16; member
2530 uint32_t vlan_tag:16;
2578 uint32_t vlan_tag:16; member
2612 uint32_t vlan_tag:16;
H A Doce_if.h880 uint8_t vlan_tag[MAX_VLANS]; member
1012 uint16_t vlan_tag, uint8_t *mac_addr, uint32_t *if_id);
H A Doce_mbox.c526 uint16_t vlan_tag, in oce_if_create() argument
550 fwcmd->params.req.vlan_tag.u0.normal.vtag = LE_16(vlan_tag); in oce_if_create()
/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.0.c881 uint32_t subtype, vlan_tag; in of10_bsn_actions_print() local
911 vlan_tag = GET_BE_U_4(cp); in of10_bsn_actions_print()
913 switch (vlan_tag >> 16) { in of10_bsn_actions_print()
918 ND_PRINT(", vlan_tag 802.1Q (%s)", ieee8021q_tci_string(vlan_tag & 0xffff)); in of10_bsn_actions_print()
921 ND_PRINT(", vlan_tag unknown (0x%04x)", vlan_tag >> 16); in of10_bsn_actions_print()
/dragonfly/sys/dev/netif/ti/
H A Dif_ti.c1633 uint16_t vlan_tag = 0; in ti_rxeof() local
1643 vlan_tag = cur_rx->ti_vlan_tag & 0xfff; in ti_rxeof()
1704 m->m_pkthdr.ether_vlantag = vlan_tag; in ti_rxeof()
1819 uint16_t csum_flags = 0, vlan_tag = 0, vlan_flag = 0; in ti_encap() local
1822 vlan_tag = m_head->m_pkthdr.ether_vlantag; in ti_encap()
1867 f->ti_vlan_tag = vlan_tag & 0xfff; in ti_encap()
/dragonfly/contrib/libpcap/
H A Dpcap-int.h597 u_short vlan_tag; member
H A Dbpf_filter.c151 A = aux_data->vlan_tag; in pcap_filter_with_aux_data()
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82575.h105 u32 vlan_tag:16; member
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c2804 uint16_t vlan_tag = 0; in bnx_rxeof() local
2821 vlan_tag = cur_rx->bge_vlan_tag; in bnx_rxeof()
2878 m->m_pkthdr.ether_vlantag = vlan_tag; in bnx_rxeof()
3384 uint16_t csum_flags = 0, vlan_tag = 0, mss = 0; in bnx_encap() local
3421 vlan_tag = m_head->m_pkthdr.ether_vlantag; in bnx_encap()
3489 d->bge_vlan_tag = vlan_tag; in bnx_encap()
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c3052 uint16_t vlan_tag = 0; in bge_rxeof() local
3066 vlan_tag = cur_rx->bge_vlan_tag; in bge_rxeof()
3167 m->m_pkthdr.ether_vlantag = vlan_tag; in bge_rxeof()
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c4841 uint16_t vlan_tag = 0, flags = 0, mss = 0; in bce_encap() local
4862 vlan_tag = m0->m_pkthdr.ether_vlantag; in bce_encap()
4907 txbd->tx_bd_vlan_tag = htole16(vlan_tag); in bce_encap()