Searched refs:vlan_type (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_port.c | 558 enum sparx5_vlan_port_type vlan_type = port->vlan_type; in sparx5_port_max_tags_set() local 565 etype = (vlan_type == SPX5_VLAN_PORT_TYPE_S_CUSTOM ? in sparx5_port_max_tags_set() 567 vlan_type == SPX5_VLAN_PORT_TYPE_C ? in sparx5_port_max_tags_set()
|
D | sparx5_main.h | 185 enum sparx5_vlan_port_type vlan_type; member
|
D | sparx5_main.c | 277 spx5_port->vlan_type = SPX5_VLAN_PORT_TYPE_UNAWARE; in sparx5_create_port()
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_fdir.h | 154 __be16 vlan_type; /* VLAN ethertype */ member
|
D | ice_switch.h | 195 u16 vlan_type; member
|
D | ice_switch.c | 5289 if (rinfo->vlan_type != 0 && dvm_ena) { in ice_add_special_words() 5850 ice_fill_adv_packet_vlan(u16 vlan_type, u8 *pkt, in ice_fill_adv_packet_vlan() argument 5864 hdr->type = cpu_to_be16(vlan_type); in ice_fill_adv_packet_vlan() 5908 rinfo->vlan_type == list_itr->rule_info.vlan_type && in ice_find_adv_rule_entry() 6205 if (rinfo->vlan_type != 0 && ice_is_dvm_ena(hw)) { in ice_add_adv_rule() 6206 status = ice_fill_adv_packet_vlan(rinfo->vlan_type, in ice_add_adv_rule()
|
D | ice_tc_lib.c | 351 rule_info->vlan_type = vlan_tpid; in ice_tc_fill_rules() 394 rule_info->vlan_type = in ice_tc_fill_rules()
|
D | ice_ethtool_fdir.c | 1749 input->ext_data.vlan_type = fsp->h_ext.vlan_etype; in ice_set_fdir_input_set() 1753 input->ext_mask.vlan_type = fsp->m_ext.vlan_etype; in ice_set_fdir_input_set()
|
/Linux-v6.1/net/8021q/ |
D | vlan_dev.c | 546 static struct device_type vlan_type = { variable 609 SET_NETDEV_DEVTYPE(dev, &vlan_type); in vlan_dev_init()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 2126 u8 vlan_type, u8 vf_id, in hclge_get_vlan_filter_config_cmd() argument 2134 req->vlan_type = vlan_type; in hclge_get_vlan_filter_config_cmd() 2146 static int hclge_get_vlan_filter_state(struct hclge_dev *hdev, u8 vlan_type, in hclge_get_vlan_filter_state() argument 2153 ret = hclge_get_vlan_filter_config_cmd(hdev, vlan_type, vf_id, &desc); in hclge_get_vlan_filter_state()
|
D | hclge_cmd.h | 458 u8 vlan_type; member
|
D | hclge_main.c | 9432 static int hclge_set_vlan_filter_ctrl(struct hclge_dev *hdev, u8 vlan_type, in hclge_set_vlan_filter_ctrl() argument 9442 req->vlan_type = vlan_type; in hclge_set_vlan_filter_ctrl()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | mlx5_ifc_dr.h | 544 u8 vlan_type[0x10]; member
|
D | dr_ste_v0.c | 599 u16 vlan_type; in dr_ste_v0_set_action_decap_l3_list() local 663 vlan_type = hdr_fld_2b == SVLAN_ETHERTYPE ? DR_STE_SVLAN : DR_STE_CVLAN; in dr_ste_v0_set_action_decap_l3_list() 665 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_ste_v0_set_action_decap_l3_list() 687 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, vlan_type); in dr_ste_v0_set_action_decap_l3_list()
|