Searched refs:delcnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 413 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()
|
H A D | lib82596.c | 400 static inline int wait_istat(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_istat() argument 403 while (--delcnt && dma->iscp.stat) { in wait_istat() 407 if (!delcnt) { in wait_istat() 416 static inline int wait_cmd(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_cmd() argument 419 while (--delcnt && dma->scb.command) { in wait_cmd() 423 if (!delcnt) { in wait_cmd()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 412 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_istat() argument 414 while (--delcnt && lp->iscp.stat) in wait_istat() 416 if (!delcnt) { in wait_istat() 426 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() argument 428 while (--delcnt && lp->scb.command) in wait_cmd() 430 if (!delcnt) { in wait_cmd() 440 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg() argument 444 while (--delcnt && c->command) in wait_cfg() 446 if (!delcnt) { in wait_cfg()
|
H A D | lib82596.c | 399 static inline int wait_istat(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_istat() argument 402 while (--delcnt && dma->iscp.stat) { in wait_istat() 406 if (!delcnt) { in wait_istat() 415 static inline int wait_cmd(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_cmd() argument 418 while (--delcnt && dma->scb.command) { in wait_cmd() 422 if (!delcnt) { in wait_cmd()
|
Completed in 8 milliseconds