Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/hw/net/
H A Di82596.c70 #define STAT_OK 0x2000 /* Command executed ok */ macro
245 status = STAT_C | STAT_OK; /* update, but write later */ in command_loop()
674 status = STAT_C | STAT_OK | is_broadcast; in i82596_receive()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c359 #define STAT_OK 0 macro
983 status = STAT_OK; in cadence_nand_cdma_finish()
1684 case STAT_OK: in cadence_nand_read_page()
1737 case STAT_OK: in cadence_nand_read_page_raw()
/openbmc/linux/net/tipc/
H A Dcrypto.c70 STAT_OK, enumerator
1761 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_xmit()
1851 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_rcv()