Searched refs:DRIVER_SENSE (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsd.c790 if (driver_byte(res) & DRIVER_SENSE)
916 if (driver_byte(result) != DRIVER_SENSE &&
1043 ((driver_byte(the_result) & DRIVER_SENSE) &&
1046 if ((driver_byte(the_result) & DRIVER_SENSE) == 0) {
1202 if (driver_byte(the_result) & DRIVER_SENSE)
1784 if (driver_byte(res) & DRIVER_SENSE)
H A Dscsi_ioctl.c101 if ((driver_byte(result) & DRIVER_SENSE) &&
H A Dstex.c367 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION;
705 result |= DRIVER_SENSE << 24;
716 result = DRIVER_SENSE << 24 | SAM_STAT_CHECK_CONDITION;
H A Dscsi_lib.c972 if (driver_byte(result) & DRIVER_SENSE)
1846 (driver_byte(result) & DRIVER_SENSE)) {
1901 if ((driver_byte(result) & DRIVER_SENSE) && sdev->removable) {
H A Dscsi.c683 cmd->result |= (DRIVER_SENSE << 24);
H A Dch.c226 if (driver_byte(result) & DRIVER_SENSE) {
H A Dtmscsim.c1733 //pcmd->result = MK_RES(DRIVER_SENSE,DID_OK,0,status);
1741 pcmd->result = MK_RES_LNX(DRIVER_SENSE,DID_OK,0,CHECK_CONDITION);
1745 SET_RES_DRV(pcmd->result, DRIVER_SENSE);
H A Dscsi_transport_spi.c119 if (result & DRIVER_SENSE) {
H A Dscsi_scan.c585 if ((driver_byte(result) & DRIVER_SENSE) &&
H A Dsg.c424 (DRIVER_SENSE & hp->driver_status))
494 (DRIVER_SENSE & hp->driver_status)) {
H A Ddc395x.c3314 MK_RES_LNX(DRIVER_SENSE, DID_OK,
3319 MK_RES_LNX(DRIVER_SENSE, DID_OK,
H A Dmegaraid.c1598 cmd->result = (DRIVER_SENSE << 24) |
1608 cmd->result = (DRIVER_SENSE << 24) |
H A Desp_scsi.c882 cmd->result = ((DRIVER_SENSE << 24) |
H A Dscsi_debug.c250 (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION;
H A Dadvansys.c6166 scp->result = DRIVER_BYTE(DRIVER_SENSE) |
6347 scp->result = DRIVER_BYTE(DRIVER_SENSE) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/scsi_id/
H A Dscsi_serial.c75 #define DRIVER_SENSE 0x08 /* Sense_buffer has been set */ macro
102 ((driver_status & 0xf) == DRIVER_SENSE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimscsi.c365 sc->result |= DRIVER_SENSE << 24;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h321 #define DRIVER_SENSE 0x08 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-scsi.c240 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */
242 cmd_result &= ~(0xFF<<24); /* DRIVER_SENSE is not an error */
326 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */
328 cmd_result &= ~(0xFF<<24); /* DRIVER_SENSE is not an error */
634 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION;
705 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION;
2157 * DRIVER_SENSE set in the upper bits of scsi_cmnd::result .
2165 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1821 cmd->result |= (DRIVER_SENSE << 24);
1934 if ((cmd->result >> 24) != DRIVER_SENSE) {
H A Daic7xxx_osm.c1838 cmd->result |= (DRIVER_SENSE << 24);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c2454 scp->result = DRIVER_SENSE << 24 |
2463 scp->result = DRIVER_SENSE << 24 |
H A Dmegaraid_sas.c1306 cmd->scmd->result |= DRIVER_SENSE << 24;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c276 drv_status = DRIVER_SENSE;

Completed in 693 milliseconds