Searched defs:hclge_tx_vtag_cfg (Results 1 – 1 of 1) sorted by relevance
974 struct hclge_tx_vtag_cfg { struct975 bool accept_tag1; /* Whether accept tag1 packet from host */976 bool accept_untag1; /* Whether accept untag1 packet from host */977 bool accept_tag2;978 bool accept_untag2;979 bool insert_tag1_en; /* Whether insert inner vlan tag */980 bool insert_tag2_en; /* Whether insert outer vlan tag */981 u16 default_tag1; /* The default inner vlan tag to insert */982 u16 default_tag2; /* The default outer vlan tag to insert */983 bool tag_shift_mode_en;