Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/3com/
D3c515.c204 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator
737 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
743 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
978 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_timeout()
1024 if ((inw(ioaddr + EL3_STATUS) & CmdInProgress) == 0) in corkscrew_start_xmit()
1098 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_start_xmit()
1300 if (! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
1310 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
D3c59x.c470 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator
1494 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1500 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
2574 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()