Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c117 if(swab16((addr)->cmd_status) & STAT_COMPL) break; \
451 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK)) in init586()
476 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { in init586()
498 if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL)) in init586()
547 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) in init586()
595 p->xmit_cmds[i]->cmd_status = swab16(STAT_COMPL); in init586()
914 if(!(status & STAT_COMPL)) in sun3_82586_xmt_int()
[all...]
H A Dsun3_82586.h178 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro
/kernel/linux/linux-6.6/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()
[all...]
H A Dsun3_82586.h179 #define STAT_COMPL 0x8000 /* status: frame/command is complete */ macro

Completed in 4 milliseconds