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

/linux-4.4.14/drivers/scsi/snic/
H A Dvnic_devcmd.h171 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
218 * If cmd completed successfully STAT_ERROR will be clear
221 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
/linux-4.4.14/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) { vnic_dev_cmd()
/linux-4.4.14/drivers/scsi/
H A Dmac53c94.h104 #define STAT_ERROR 0x40 macro
H A Dmac53c94.c229 if (stat & STAT_ERROR) { mac53c94_interrupt()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h326 * if status == STAT_ERROR
440 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator in enum:vnic_devcmd_status
621 * If cmd completed successfully STAT_ERROR will be clear
624 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
H A Dvnic_dev.c271 if (status & STAT_ERROR) { _vnic_dev_cmd()
473 if (status & STAT_ERROR) { vnic_dev_cmd_proxy()
/linux-4.4.14/drivers/input/mouse/
H A Dsynaptics_i2c.c112 #define STAT_ERROR 7 macro

Completed in 802 milliseconds