Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h89 #define HNS3_RING_EN_B 0 macro
H A Dhns3_rxtx.c365 reg &= ~BIT(HNS3_RING_EN_B); in hns3_stop_unused_queue()
413 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
415 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
429 reg |= BIT(HNS3_RING_EN_B); in hns3_enable_txq()
431 reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_txq()
446 reg |= BIT(HNS3_RING_EN_B); in hns3_enable_rxq()
448 reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_rxq()