Searched refs:vlan_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fdir.h | 159 __be16 vlan_type; /* VLAN ethertype */ member
|
| H A D | ice_switch.h | 204 u16 vlan_type; member
|
| H A D | ice_tc_lib.c | 382 rule_info->vlan_type = vlan_tpid; in ice_tc_fill_rules() 461 rule_info->vlan_type = in ice_tc_fill_rules()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_port.c | 573 enum sparx5_vlan_port_type vlan_type = port->vlan_type; in sparx5_port_max_tags_set() local 581 etype = (vlan_type == SPX5_VLAN_PORT_TYPE_S_CUSTOM ? in sparx5_port_max_tags_set() 583 vlan_type == SPX5_VLAN_PORT_TYPE_C ? in sparx5_port_max_tags_set()
|
| H A D | sparx5_main.h | 229 enum sparx5_vlan_port_type vlan_type; member
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 2565 u8 vlan_type, u8 vf_id, in hclge_get_vlan_filter_config_cmd() argument 2573 req->vlan_type = vlan_type; in hclge_get_vlan_filter_config_cmd() 2585 static int hclge_get_vlan_filter_state(struct hclge_dev *hdev, u8 vlan_type, in hclge_get_vlan_filter_state() argument 2592 ret = hclge_get_vlan_filter_config_cmd(hdev, vlan_type, vf_id, &desc); in hclge_get_vlan_filter_state()
|
| H A D | hclge_cmd.h | 459 u8 vlan_type; member
|
| H A D | hclge_main.c | 9480 static int hclge_set_vlan_filter_ctrl(struct hclge_dev *hdev, u8 vlan_type, in hclge_set_vlan_filter_ctrl() argument 9490 req->vlan_type = vlan_type; in hclge_set_vlan_filter_ctrl()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 519 static const struct device_type vlan_type = { 588 SET_NETDEV_DEVTYPE(dev, &vlan_type); in vlan_dev_init() 516 static const struct device_type vlan_type = { global() variable
|