Searched refs:QUEUE_FULL (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h173 #define QUEUE_FULL 0x14 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_error.c440 case QUEUE_FULL:
1256 case QUEUE_FULL:
1302 * for queue congestion conditions (QUEUE_FULL or BUSY) */
H A Dsun3_NCR5380.c193 * cannot know it in advance :-( We just see a QUEUE_FULL status being
195 * reduced to the number of active tags if QUEUE_FULL is returned by the
197 * to BUSY, since --as I've seen-- the mid-level can't handle QUEUE_FULL
249 * returns QUEUE_FULL status.
2022 if (status_byte(cmd->SCp.Status) == QUEUE_FULL) {
2030 QUEUE_FULL now. */
2033 "QUEUE_FULL after %d commands\n",
H A Datari_NCR5380.c197 * cannot know it in advance :-( We just see a QUEUE_FULL status being
199 * reduced to the number of active tags if QUEUE_FULL is returned by the
201 * to BUSY, since --as I've seen-- the mid-level can't handle QUEUE_FULL
248 * returns QUEUE_FULL status.
2011 if (status_byte(cmd->SCp.Status) == QUEUE_FULL) {
2019 QUEUE_FULL now. */
2022 "QUEUE_FULL after %d commands\n",
H A Dtmscsim.c1765 else if( status_byte(status) == QUEUE_FULL )
H A Ddpt_i2o.c2532 cmd->result = (DID_OK << 16) | (QUEUE_FULL <<1);
H A Ddc395x.c3333 } else if (status_byte(status) == QUEUE_FULL) {
3335 dprintkl(KERN_INFO, "QUEUE_FULL for dev <%02i-%i> with %i cmnds\n",
H A Daic7xxx_old.c2900 scb->cmd->result = QUEUE_FULL << 1;
4322 case QUEUE_FULL:
4323 queue_flag = TRUE; /* Mark that this is a QUEUE_FULL and */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c862 case QUEUE_FULL:
1585 case QUEUE_FULL:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c434 if (status_byte(rsp_status) == QUEUE_FULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-scsi.c443 cmd->result = (DID_OK << 16) | (QUEUE_FULL << 1);

Completed in 150 milliseconds