Home
last modified time | relevance | path

Searched refs:STAT_OK (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/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.c451 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()
547 if( (swab16(mc_cmd->cmd_status) & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) in init586()
917 if(status & STAT_OK) in sun3_82586_xmt_int()
1179 if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
H A Dether1.h254 #define STAT_OK (1 << 13) macro
H A Dsun3_82586.h180 #define STAT_OK 0x2000 /* status: frame/command is ok */ macro
H A 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()
H A D82596.c185 #define STAT_OK 0x2000 /* Command executed ok */ macro
770 if (rbd != I596_NULL && ((rfd->stat) & STAT_OK)) { in i596_rx()
1297 if ((ptr->status) & STAT_OK) { in i596_interrupt()
/kernel/linux/linux-6.6/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()
1176 if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) )
H A Dether1.h254 #define STAT_OK (1 << 13) macro
H A Dsun3_82586.h181 #define STAT_OK 0x2000 /* status: frame/command is ok */ 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()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A 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()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c359 #define STAT_OK 0 macro
981 status = STAT_OK; in cadence_nand_cdma_finish()
1682 case STAT_OK: in cadence_nand_read_page()
1735 case STAT_OK: in cadence_nand_read_page_raw()
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c70 STAT_OK, enumerator
1765 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_xmit()
1855 this_cpu_inc(stats->stat[STAT_OK]); in tipc_crypto_rcv()
/kernel/linux/linux-6.6/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()

Completed in 31 milliseconds