Searched refs:vlan_type (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
H A D | lan969x_rgmii.c | 112 etype = (port->vlan_type == SPX5_VLAN_PORT_TYPE_S_CUSTOM ? in lan969x_rgmii_port_device_config() 114 port->vlan_type == SPX5_VLAN_PORT_TYPE_C ? in lan969x_rgmii_port_device_config()
|
/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_fdir.c | 927 if (input->ext_data.vlan_tag || input->ext_data.vlan_type) { in ice_fdir_get_gen_prgm_pkt() 929 input->ext_data.vlan_type); in ice_fdir_get_gen_prgm_pkt()
|
H A D | ice_switch.c | 5810 * @vlan_type: VLAN tag type 5815 ice_fill_adv_packet_vlan(struct ice_hw *hw, u16 vlan_type, u8 *pkt, in ice_fill_adv_packet_vlan() argument 5821 if (!vlan_type || !ice_is_dvm_ena(hw)) in ice_fill_adv_packet_vlan() 5833 hdr->type = cpu_to_be16(vlan_type); in ice_fill_adv_packet_vlan() 5847 first->vlan_type == second->vlan_type && in ice_rules_equal() 6227 status = ice_fill_adv_packet_vlan(hw, rinfo->vlan_type, in ice_add_adv_rule()
|
H A D | ice_ethtool_fdir.c | 1883 input->ext_data.vlan_type = fsp->h_ext.vlan_etype; in ice_set_fdir_input_set() 1887 input->ext_mask.vlan_type = fsp->m_ext.vlan_etype; in ice_set_fdir_input_set()
|
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/net/8021q/ |
H A D | vlan_dev.c | 516 static const struct device_type vlan_type = { variable 585 SET_NETDEV_DEVTYPE(dev, &vlan_type); in vlan_dev_init()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_ste_v0.c | 601 u16 vlan_type; in dr_ste_v0_set_action_decap_l3_list() local 665 vlan_type = hdr_fld_2b == SVLAN_ETHERTYPE ? DR_STE_SVLAN : DR_STE_CVLAN; in dr_ste_v0_set_action_decap_l3_list() 667 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_ste_v0_set_action_decap_l3_list() 689 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, vlan_type); in dr_ste_v0_set_action_decap_l3_list()
|
H A D | mlx5_ifc_dr.h | 544 u8 vlan_type[0x10]; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_cmd.h | 458 u8 vlan_type; member
|
H A D | hclge_main.c | 9483 static int hclge_set_vlan_filter_ctrl(struct hclge_dev *hdev, u8 vlan_type, in hclge_set_vlan_filter_ctrl() argument 9493 req->vlan_type = vlan_type; in hclge_set_vlan_filter_ctrl()
|