Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_regs.h1015 #define FDMA_PORT_CTRL_INJ_STOP BIT(4) macro
1017 FIELD_PREP(FDMA_PORT_CTRL_INJ_STOP, x)
1019 FIELD_GET(FDMA_PORT_CTRL_INJ_STOP, x)
H A Dlan966x_fdma.c251 FDMA_PORT_CTRL_INJ_STOP, in lan966x_fdma_tx_activate()