Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Deth.h201 #define ETH_TX_FD (1 << 0) macro
/openbmc/linux/drivers/net/ethernet/
H A Dkorina.c229 #define ETH_TX_FD BIT(0) macro
781 if ((devcs & (ETH_TX_FD | ETH_TX_LD)) != in korina_tx()
782 (ETH_TX_FD | ETH_TX_LD)) { in korina_tx()
829 lp->td_ring[lp->tx_next_done].devcs = ETH_TX_FD | ETH_TX_LD; in korina_tx()
997 lp->td_ring[i].devcs = ETH_TX_FD | ETH_TX_LD; in korina_alloc_ring()