Searched refs:RxDiscard (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c509.c | 127 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 927 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx() 952 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in el3_rx() 959 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx()
|
D | 3c589_cs.c | 81 RxDiscard = 8<<11, enumerator 876 tc589_wait_for_completion(dev, RxDiscard); in el3_rx()
|
D | 3c515.c | 189 DownUnstall = (6 << 11) + 3, RxDiscard = 8 << 11, TxEnable = 9 << 11, enumerator 1307 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx() 1320 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
|
D | 3c574_cs.c | 137 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1028 tc574_wait_for_completion(dev, RxDiscard); in el3_rx()
|
D | 3c59x.c | 452 RxDiscard = 8<<11, TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 2568 iowrite16(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in vortex_rx() 2582 issue_and_wait(dev, RxDiscard); in vortex_rx()
|