Home
last modified time | relevance | path

Searched defs:hclge_tx_vtag_cfg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h974 struct hclge_tx_vtag_cfg { struct
975 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;