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