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.h284 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
331 * If cmd completed successfully STAT_ERROR will be clear
334 * 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.h326 * if status == STAT_ERROR
434 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
615 * If cmd completed successfully STAT_ERROR will be clear
618 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
H A Dvnic_dev.c311 if (status & STAT_ERROR) {
356 if (status & STAT_ERROR) {
/drivers/input/mouse/
H A Dsynaptics_i2c.c112 #define STAT_ERROR 7 macro

Completed in 134 milliseconds