Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/i825xx/
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()
Dsun3_82586.c447 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK)) in init586()
472 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { in init586()
543 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) in init586()
913 if(status & STAT_OK) in sun3_82586_xmt_int()
1175 if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
Dsun3_82586.h180 #define STAT_OK 0x2000 /* status: frame/command is ok */ macro
Dether1.h254 #define STAT_OK (1 << 13) macro
D82596.c185 #define STAT_OK 0x2000 /* Command executed ok */ macro
770 if (rbd != I596_NULL && ((rfd->stat) & STAT_OK)) { in i596_rx()
1287 if ((ptr->status) & STAT_OK) { in i596_interrupt()
Dlib82596.c151 #define STAT_OK 0x2000 /* Command executed ok */ macro
706 if (rbd != NULL && (rfd->stat & SWAP16(STAT_OK))) { in i596_rx()
1192 if (ptr->status & SWAP16(STAT_OK)) { in i596_interrupt()
/linux-6.1.9/drivers/mtd/nand/raw/
Dcadence-nand-controller.c359 #define STAT_OK 0 macro
981 status = STAT_OK; in cadence_nand_cdma_finish()
1674 case STAT_OK: in cadence_nand_read_page()
1727 case STAT_OK: in cadence_nand_read_page_raw()
/linux-6.1.9/net/tipc/
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()