Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c119 if(swab16((addr)->cmd_status) & STAT_COMPL) break; \
448 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK)) in init586()
473 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { in init586()
495 if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL)) in init586()
544 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) in init586()
592 p->xmit_cmds[i]->cmd_status = swab16(STAT_COMPL); in init586()
911 if(!(status & STAT_COMPL)) in sun3_82586_xmt_int()
1177 if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
H A Dsun3_82586.h179 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro