Home
last modified time | relevance | path

Searched refs:ETH_P_8021Q (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h57 #define ETH_P_8021Q ETHERTYPE_VLAN macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h32 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
H A Decore_sp_commands.c371 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q; in ecore_sp_pf_start()
H A Decore_iwarp.c2022 if (eth_type == ETH_P_8021Q) { in ecore_iwarp_parse_rx_pkt()
2511 if (eth_type == ETH_P_8021Q) { in ecore_iwarp_mpa_print_tcp_seq()
H A Decore_dev.c3809 ether_type = ETH_P_8021Q; in ecore_hw_init()
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h359 #ifndef ETH_P_8021Q
360 #define ETH_P_8021Q 0x8100 macro
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c109 ethhdr->h_proto == htons(ETH_P_8021Q)) { in l2_packet_receive()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c360 header->eth.type = cpu_to_be16(ETH_P_8021Q); in ib_ud_header_init()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2036 vp_oper->state.vlan_proto = htons(ETH_P_8021Q); in mlx4_master_activate_admin_state()
2415 admin_vport->vlan_proto = htons(ETH_P_8021Q); in mlx4_multi_func_init()
2416 oper_vport->vlan_proto = htons(ETH_P_8021Q); in mlx4_multi_func_init()
3014 if (proto != htons(ETH_P_8021Q) && in mlx4_set_vf_vlan()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c526 udh->eth.type = htons(ETH_P_8021Q); in qlnxr_gsi_build_header()
/freebsd/contrib/libpcap/
H A Dpcap-linux.c300 …tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
302 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
/freebsd/sys/dev/irdma/
H A Dirdma_cm.c524 htons(ETH_P_8021Q); in irdma_form_uda_cm_frame()
557 htons(ETH_P_8021Q); in irdma_form_uda_cm_frame()
3034 if (ethh->evl_proto == htons(ETH_P_8021Q)) { in irdma_receive_ilq()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c920 MLX5_SET(fpga_qpc, conn->fpga_qpc, ether_type, ETH_P_8021Q); in mlx5_fpga_conn_create()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2962 qp->qp1_hdr.eth.type = cpu_to_be16(ETH_P_8021Q); in bnxt_re_build_qp1_send()
4302 if (eth_type == ETH_P_8021Q) { in bnxt_re_is_vlan_in_packet()
4469 if (tpid == ETH_P_8021Q) { in bnxt_re_is_nonzero_vlanid_pkt()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c173 shdr->type != htons(ETH_P_8021Q) && in iwl_mvm_create_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c622 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q) in mt7615_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c674 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q) in mt7996_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c520 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q) in mt7915_mac_fill_rx()