Searched refs:STAT_ERROR (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/
H A Dmac53c94.h104 #define STAT_ERROR 0x40 macro
H A Dmac53c94.c229 if (stat & STAT_ERROR) {
/drivers/scsi/fnic/
H A Dvnic_devcmd.h217 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
264 * If cmd completed successfully STAT_ERROR will be clear
267 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
H A Dvnic_dev.c272 if (status & STAT_ERROR) {
/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h312 * if status == STAT_ERROR
376 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
442 * If cmd completed successfully STAT_ERROR will be clear
445 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
H A Dvnic_dev.c309 if (status & STAT_ERROR) {
351 if (status & STAT_ERROR) {
/drivers/input/mouse/
H A Dsynaptics_i2c.c112 #define STAT_ERROR 7 macro

Completed in 231 milliseconds