Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D82596.c413 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_istat() argument
415 while (--delcnt && lp->iscp.stat) in wait_istat()
417 if (!delcnt) { in wait_istat()
427 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() argument
429 while (--delcnt && lp->scb.command) in wait_cmd()
431 if (!delcnt) { in wait_cmd()
441 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg() argument
445 while (--delcnt && c->command) in wait_cfg()
447 if (!delcnt) { in wait_cfg()
Dlib82596.c369 static inline int wait_istat(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_istat() argument
372 while (--delcnt && dma->iscp.stat) { in wait_istat()
376 if (!delcnt) { in wait_istat()
385 static inline int wait_cmd(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_cmd() argument
388 while (--delcnt && dma->scb.command) { in wait_cmd()
392 if (!delcnt) { in wait_cmd()