Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Dfealnx.c227 CR_R_RXSTOP = 0x00008000, /* rx stopped (name?) */ enumerator
443 if ( (ioread32(ioaddr + TCRRCR) & CR_R_RXSTOP) == CR_R_RXSTOP) in stop_nic_rx()
454 if ( (ioread32(ioaddr + TCRRCR) & (CR_R_RXSTOP+CR_R_TXSTOP)) in stop_nic_rxtx()
455 == (CR_R_RXSTOP+CR_R_TXSTOP) ) in stop_nic_rxtx()