Home
last modified time | relevance | path

Searched refs:vlan_type (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_fdir.h107 __be16 vlan_type; /* VLAN ethertype */ member
Dice_ethtool_fdir.c1519 input->ext_data.vlan_type = fsp->h_ext.vlan_etype; in ice_set_fdir_input_set()
1523 input->ext_mask.vlan_type = fsp->m_ext.vlan_etype; in ice_set_fdir_input_set()
/Linux-v5.10/net/8021q/
Dvlan_dev.c537 static struct device_type vlan_type = { variable
601 SET_NETDEV_DEVTYPE(dev, &vlan_type); in vlan_dev_init()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c834 u16 vlan_type; in dr_actions_l2_rewrite() local
897 vlan_type = hdr_fld_2b == SVLAN_ETHERTYPE ? DR_STE_SVLAN : DR_STE_CVLAN; in dr_actions_l2_rewrite()
899 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_actions_l2_rewrite()
922 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, vlan_type); in dr_actions_l2_rewrite()
Dmlx5_ifc_dr.h611 u8 vlan_type[0x10]; member
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h759 u8 vlan_type; member
Dhclge_main.c8325 static int hclge_set_vlan_filter_ctrl(struct hclge_dev *hdev, u8 vlan_type, in hclge_set_vlan_filter_ctrl() argument
8335 req->vlan_type = vlan_type; in hclge_set_vlan_filter_ctrl()