Home
last modified time | relevance | path

Searched refs:pvid_sw_shift_en (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h496 uint16_t pvid_sw_shift_en:1; member
H A Dhns3_rxtx.c363 txq->pvid_sw_shift_en = pvid_en; in hns3_update_all_queues_pvid_proc_en()
3045 txq->pvid_sw_shift_en = hw->port_base_vlan_cfg.state == in hns3_tx_queue_setup()
3048 txq->pvid_sw_shift_en = false; in hns3_tx_queue_setup()
3214 if (!txq->pvid_sw_shift_en && in hns3_fill_first_desc()
3227 ((ol_flags & RTE_MBUF_F_TX_VLAN) && txq->pvid_sw_shift_en)) { in hns3_fill_first_desc()
3749 if (!txq->pvid_sw_shift_en) in hns3_vld_vlan_chk()