Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h94 #define ENETC_PMO_IFM_RG BIT(2) macro
96 #define ENETC_PM0_IFM_RGAUTO (BIT(15) | ENETC_PMO_IFM_RG | BIT(1))
/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c31 if (enetc_port_rd(enetc_hw, ENETC_PM0_IF_MODE) & ENETC_PMO_IFM_RG) { in enetc_dev_start()