Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/
Dfealnx.c234 CR_R_RXSTOP = 0x00008000, /* rx stopped (name?) */ enumerator
450 if ( (ioread32(ioaddr + TCRRCR) & CR_R_RXSTOP) == CR_R_RXSTOP) in stop_nic_rx()
461 if ( (ioread32(ioaddr + TCRRCR) & (CR_R_RXSTOP+CR_R_TXSTOP)) in stop_nic_rxtx()
462 == (CR_R_RXSTOP+CR_R_TXSTOP) ) in stop_nic_rxtx()