Searched refs:STAT_ERROR (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | mac53c94.h | 105 #define STAT_ERROR 0x40 macro
|
H A D | mac53c94.c | 230 if (stat & STAT_ERROR) { in mac53c94_interrupt()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mac53c94.h | 105 #define STAT_ERROR 0x40 macro
|
H A D | mac53c94.c | 228 if (stat & STAT_ERROR) { in mac53c94_interrupt()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | vnic_devcmd.h | 171 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 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.
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | vnic_devcmd.h | 157 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 204 * If cmd completed successfully STAT_ERROR will be clear 207 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_devcmd.h | 297 * if status == STAT_ERROR 405 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 452 * If cmd completed successfully STAT_ERROR will be clear 455 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
|
H A D | vnic_dev.c | 298 if (status & STAT_ERROR) { in vnic_dev_cmd1()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_devcmd.h | 285 * if status == STAT_ERROR 393 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 440 * If cmd completed successfully STAT_ERROR will be clear 443 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
|
H A D | vnic_dev.c | 286 if (status & STAT_ERROR) { in vnic_dev_cmd1()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 344 * if status == STAT_ERROR 484 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 665 * If cmd completed successfully STAT_ERROR will be clear 668 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
|
H A D | vnic_dev.c | 271 if (status & STAT_ERROR) { in _vnic_dev_cmd() 474 if (status & STAT_ERROR) { in vnic_dev_cmd_proxy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 331 * if status == STAT_ERROR 471 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ enumerator 652 * If cmd completed successfully STAT_ERROR will be clear 655 * If cmd error, STAT_ERROR will be set and args[0] contains error code.
|
H A D | vnic_dev.c | 258 if (status & STAT_ERROR) { in _vnic_dev_cmd() 461 if (status & STAT_ERROR) { in vnic_dev_cmd_proxy()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | synaptics_i2c.c | 112 #define STAT_ERROR 7 macro
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | synaptics_i2c.c | 112 #define STAT_ERROR 7 macro
|
Completed in 18 milliseconds