Searched refs:ETH_P_8021Q (Results 1 – 10 of 10) sorted by relevance
52 #define ETH_P_8021Q ETHERTYPE_VLAN macro
34 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
373 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q; in ecore_sp_pf_start()
3813 ether_type = ETH_P_8021Q; in ecore_hw_init()
347 #ifndef ETH_P_8021Q348 #define ETH_P_8021Q 0x8100 macro
104 if (ethhdr->h_proto == htons(ETH_P_8021Q)) { in l2_packet_receive()
362 header->eth.type = cpu_to_be16(ETH_P_8021Q); in ib_ud_header_init()
2036 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()
922 MLX5_SET(fpga_qpc, conn->fpga_qpc, ether_type, ETH_P_8021Q); in mlx5_fpga_conn_create()
453 …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