Searched refs:QUEUE_FULL (Results 1 – 13 of 13) sorted by relevance
26 #define QUEUE_FULL 0 macro
549 return QUEUE_FULL; in rsi_sdio_read_buffer_status_register()552 return QUEUE_FULL; in rsi_sdio_read_buffer_status_register()
297 #define QUEUE_FULL 0x14 macro
713 case QUEUE_FULL: in scsi_eh_completed_normally()1875 case QUEUE_FULL: in scsi_decide_disposition()
2173 if (status_byte(cmd->SCp.Status) == QUEUE_FULL) { in NCR5380_information_transfer()
2688 cmd->result = (DID_OK << 16) | (QUEUE_FULL <<1); in adpt_fail_posted_scbs()
3409 } else if (status_byte(status) == QUEUE_FULL) { in srb_done()
848 case QUEUE_FULL: in acornscsi_done()1601 case QUEUE_FULL: in acornscsi_message()
383 scsi_track_queue_full - track successive QUEUE_FULL events 661 * scsi_track_queue_full - track successive QUEUE_FULL events on given666 * not counting the one returned as QUEUE_FULL.
339 * scsi.h: Define QUEUE_FULL condition.
471 * Stop DID_ERROR from showing up along with QUEUE_FULL set by the
766 cmd->result = (DID_OK << 16) | (QUEUE_FULL << 1); in ata_scsi_qc_new()
2050 DID_OK << 16 | QUEUE_FULL << 1 : DID_ERROR << 16; in srp_queuecommand()