Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c312 ENETC_TBMR, ENETC_TBMR_EN); in enetc_tx_queue_setup()
344 val &= (~ENETC_TBMR_EN); in enetc_tx_queue_release()
800 tx_data = tx_data | ENETC_TBMR_EN; in enetc_tx_queue_start()
821 tx_data = tx_data & (~ENETC_TBMR_EN); in enetc_tx_queue_stop()
/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h77 #define ENETC_TBMR_EN BIT(31) macro