Searched refs:STAT_COMPL (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c523.c655 while (!(cfg_cmd->cmd_status & STAT_COMPL)) {
660 if ((cfg_cmd->cmd_status & (STAT_OK | STAT_COMPL)) != (STAT_COMPL | STAT_OK)) {
681 while (!(ias_cmd->cmd_status & STAT_COMPL)) {
686 if ((ias_cmd->cmd_status & (STAT_OK | STAT_COMPL)) != (STAT_OK | STAT_COMPL)) {
707 while (!(tdr_cmd->cmd_status & STAT_COMPL)) {
796 while (!(mc_cmd->cmd_status & STAT_COMPL)) {
800 if (!(mc_cmd->cmd_status & STAT_COMPL)) {
819 p->xmit_cmds[i]->cmd_status = STAT_COMPL;
[all...]
H A Dni52.c219 if (readw(&((addr)->cmd_status)) & STAT_COMPL)
603 if ((readw(&cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) !=
604 (STAT_COMPL|STAT_OK)) {
629 if ((readw(&ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) !=
630 (STAT_OK|STAT_COMPL)) {
652 if (!(readw(&tdr_cmd->cmd_status) & STAT_COMPL))
699 if ((readw(&mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK))
700 != (STAT_COMPL|STAT_OK))
749 writew(STAT_COMPL, &p->xmit_cmds[i]->cmd_status);
1038 if (!(status & STAT_COMPL))
[all...]
H A Dsun3_82586.c118 if(swab16((addr)->cmd_status) & STAT_COMPL) break; \
449 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK))
474 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) {
496 if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL))
545 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
593 p->xmit_cmds[i]->cmd_status = swab16(STAT_COMPL);
894 if(!(status & STAT_COMPL))
[all...]
H A Dsun3_82586.h178 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro
H A D3c523.h149 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro
H A Dni52.h170 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro

Completed in 168 milliseconds