Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dif_ether.h52 #define ETH_P_8021Q ETHERTYPE_VLAN macro
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_tcp_ip.h34 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
Decore_sp_commands.c373 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q; in ecore_sp_pf_start()
Decore_dev.c3813 ether_type = ETH_P_8021Q; in ecore_hw_init()
/freebsd-12-stable/contrib/wpa/src/utils/
Dcommon.h347 #ifndef ETH_P_8021Q
348 #define ETH_P_8021Q 0x8100 macro
/freebsd-12-stable/contrib/wpa/src/l2_packet/
Dl2_packet_freebsd.c104 if (ethhdr->h_proto == htons(ETH_P_8021Q)) { in l2_packet_receive()
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_ud_header.c362 header->eth.type = cpu_to_be16(ETH_P_8021Q); in ib_ud_header_init()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
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-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5fpga_conn.c922 MLX5_SET(fpga_qpc, conn->fpga_qpc, ether_type, ETH_P_8021Q); in mlx5_fpga_conn_create()
/freebsd-12-stable/contrib/libpcap/
Dpcap-linux.c453 …tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
455 # define VLAN_TPID(hdr, hv) ETH_P_8021Q