Searched refs:vlan_type (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h154 __be16 vlan_type; /* VLAN ethertype */ member in struct:ice_fdir_extra
H A Dice_switch.h201 u16 vlan_type; member in struct:ice_adv_rule_info
H A Dice_ethtool_fdir.c1751 input->ext_data.vlan_type = fsp->h_ext.vlan_etype;
1755 input->ext_mask.vlan_type = fsp->m_ext.vlan_etype;
H A Dice_tc_lib.c363 rule_info->vlan_type = vlan_tpid;
439 rule_info->vlan_type =
H A Dice_switch.c5779 * @vlan_type: VLAN tag type
5784 ice_fill_adv_packet_vlan(struct ice_hw *hw, u16 vlan_type, u8 *pkt, argument
5790 if (!vlan_type || !ice_is_dvm_ena(hw))
5802 hdr->type = cpu_to_be16(vlan_type);
5816 first->vlan_type == second->vlan_type &&
6196 status = ice_fill_adv_packet_vlan(hw, rinfo->vlan_type,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c559 enum sparx5_vlan_port_type vlan_type = port->vlan_type; local
566 etype = (vlan_type == SPX5_VLAN_PORT_TYPE_S_CUSTOM ?
568 vlan_type == SPX5_VLAN_PORT_TYPE_C ?
H A Dsparx5_main.h186 enum sparx5_vlan_port_type vlan_type; member in struct:sparx5_port
H A Dsparx5_main.c280 spx5_port->vlan_type = SPX5_VLAN_PORT_TYPE_UNAWARE;
/linux-master/net/8021q/
H A Dvlan_dev.c540 static const struct device_type vlan_type = { variable in typeref:struct:device_type
606 SET_NETDEV_DEVTYPE(dev, &vlan_type);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2153 u8 vlan_type, u8 vf_id,
2161 req->vlan_type = vlan_type;
2173 static int hclge_get_vlan_filter_state(struct hclge_dev *hdev, u8 vlan_type, argument
2180 ret = hclge_get_vlan_filter_config_cmd(hdev, vlan_type, vf_id, &desc);
2152 hclge_get_vlan_filter_config_cmd(struct hclge_dev *hdev, u8 vlan_type, u8 vf_id, struct hclge_desc *desc) argument
H A Dhclge_cmd.h458 u8 vlan_type; member in struct:hclge_vlan_filter_ctrl_cmd
H A Dhclge_main.c9391 static int hclge_set_vlan_filter_ctrl(struct hclge_dev *hdev, u8 vlan_type, argument
9401 req->vlan_type = vlan_type;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h544 u8 vlan_type[0x10]; member in struct:mlx5_ifc_l2_hdr_bits
H A Ddr_ste_v0.c599 u16 vlan_type; local
663 vlan_type = hdr_fld_2b == SVLAN_ETHERTYPE ? DR_STE_SVLAN : DR_STE_CVLAN;
665 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b;
687 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, vlan_type);

Completed in 444 milliseconds