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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D82596.c415 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) argument
417 while (--delcnt && lp->iscp.stat)
419 if (!delcnt) {
429 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) argument
431 while (--delcnt && lp->scb.command)
433 if (!delcnt) {
443 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) argument
447 while (--delcnt && c->command)
449 if (!delcnt) {
H A Dlib82596.c370 static inline int wait_istat(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) argument
373 while (--delcnt && dma->iscp.stat) {
377 if (!delcnt) {
386 static inline int wait_cmd(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) argument
389 while (--delcnt && dma->scb.command) {
393 if (!delcnt) {

Completed in 74 milliseconds