Home
last modified time | relevance | path

Searched refs:STAT_OK (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/i825xx/
H A Dether1.c530 if ((status & (STAT_COMPLETE | STAT_OK)) != (STAT_COMPLETE | STAT_OK)) { in ether1_init_for_open()
547 if ((status & (STAT_COMPLETE | STAT_OK)) != (STAT_COMPLETE | STAT_OK)) { in ether1_init_for_open()
564 if ((status & (STAT_COMPLETE | STAT_OK)) != (STAT_COMPLETE | STAT_OK)) { in ether1_init_for_open()
581 if ((status & (STAT_COMPLETE | STAT_OK)) != (STAT_COMPLETE | STAT_OK)) { in ether1_init_for_open()
792 if (nop.nop_status & STAT_OK) { in ether1_xmit_done()
H A Dsun3_82586.c448 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()
544 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) in init586()
914 if(status & STAT_OK) in sun3_82586_xmt_int()
1177 if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
H A Dsun3_82586.h181 #define STAT_OK 0x2000 /* status: frame/command is ok */ macro
H A Dether1.h254 #define STAT_OK (1 << 13) macro
H A D82596.c184 #define STAT_OK 0x2000 /* Command executed ok */ macro
769 if (rbd != I596_NULL && ((rfd->stat) & STAT_OK)) { in i596_rx()
1286 if ((ptr->status) & STAT_OK) { in i596_interrupt()
H A Dlib82596.c150 #define STAT_OK 0x2000 /* Command executed ok */ macro
705 if (rbd != NULL && (rfd->stat & SWAP16(STAT_OK))) { in i596_rx()
1191 if (ptr->status & SWAP16(STAT_OK)) { in i596_interrupt()
/linux/net/tipc/
H A Dcrypto.c70 STAT_OK, enumerator
1770 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_xmit()
1860 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_rcv()