Searched refs:vcfg (Results 1 – 2 of 2) sorted by relevance
194 struct dpsw_vlan_cfg vcfg = {0}; in dpaa2_switch_add_vlan() local299 vcfg.num_ifs = 1; in dpaa2_switch_port_add_vlan()300 vcfg.if_id[0] = port_priv->idx; in dpaa2_switch_port_add_vlan()314 vid, &vcfg); in dpaa2_switch_port_add_vlan()1881 struct dpsw_vlan_if_cfg vcfg; in dpaa2_switch_port_del_vlan() local1897 vcfg.num_ifs = 1; in dpaa2_switch_port_del_vlan()1902 vid, &vcfg); in dpaa2_switch_port_del_vlan()1913 vid, &vcfg); in dpaa2_switch_port_del_vlan()3070 vcfg.num_ifs = 1; in dpaa2_switch_init()3071 vcfg.if_id[0] = i; in dpaa2_switch_init()[all …]
9832 vcfg->accept_tag1 ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9834 vcfg->accept_untag1 ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9836 vcfg->accept_tag2 ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9838 vcfg->accept_untag2 ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9840 vcfg->insert_tag1_en ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9842 vcfg->insert_tag2_en ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9844 vcfg->tag_shift_mode_en ? 1 : 0); in hclge_set_vlan_tx_offload_cfg()9875 vcfg->strip_tag1_en ? 1 : 0); in hclge_set_vlan_rx_offload_cfg()9877 vcfg->strip_tag2_en ? 1 : 0); in hclge_set_vlan_rx_offload_cfg()9879 vcfg->vlan1_vlan_prionly ? 1 : 0); in hclge_set_vlan_rx_offload_cfg()[all …]