Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_regs.h92 #define HNS3_RING_EN_B 0 macro
H A Dhns3_rxtx.c377 reg &= ~BIT(HNS3_RING_EN_B); in hns3_stop_unused_queue()
425 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
427 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
441 reg |= BIT(HNS3_RING_EN_B); in hns3_enable_txq()
443 reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_txq()
458 reg |= BIT(HNS3_RING_EN_B); in hns3_enable_rxq()
460 reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_rxq()