Home
last modified time | relevance | path

Searched refs:accept_untag2 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.h123 u8 accept_untag2; member
H A Dhclge_main.h1001 bool accept_untag2;
996 bool accept_untag2; global() member
H A Dhclge_debugfs.c2707 vlan_cfg->accept_untag2 = hnae3_get_bit(tx_cfg, HCLGE_ACCEPT_UNTAG2_B); in hclge_dbg_dump_vlan_offload_config()
2853 seq_printf(s, "%-15s", str_on_off(vlan_cfg.accept_untag2));
H A Dhclge_main.c7432 vcfg->accept_untag2 ? 1 : 0); in hclge_add_cls_flower()
7518 /* accept_tag2 and accept_untag2 are not supported on in hclge_sync_fd_list()
7523 vport->txvlan_cfg.accept_untag2 = true; in hclge_sync_fd_list()