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

/linux-4.1.27/drivers/net/wireless/rsi/
H A Drsi_common.h26 #define QUEUE_FULL 0 macro
H A Drsi_91x_sdio_ops.c549 return QUEUE_FULL; rsi_sdio_read_buffer_status_register()
552 return QUEUE_FULL; rsi_sdio_read_buffer_status_register()
/linux-4.1.27/drivers/scsi/isci/
H A Dtask.c148 /* Indicate QUEUE_FULL so that the scsi midlayer isci_task_execute_task()
185 /* Indicate QUEUE_FULL so that isci_task_execute_task()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h359 * It is used when say the scb queueing function returned QUEUE_FULL,
/linux-4.1.27/drivers/scsi/
H A Dscsi.c696 * scsi_track_queue_full - track QUEUE_FULL events to adjust queue depth
699 * not counting the one returned as QUEUE_FULL.
701 * Description: This function will track successive QUEUE_FULL events on a
H A Datari_NCR5380.c251 * cannot know it in advance :-( We just see a QUEUE_FULL status being
253 * reduced to the number of active tags if QUEUE_FULL is returned by the
255 * to BUSY, since --as I've seen-- the mid-level can't handle QUEUE_FULL
289 * returns QUEUE_FULL status. init_tags()
2173 if (status_byte(cmd->SCp.Status) == QUEUE_FULL) { NCR5380_information_transfer()
2181 QUEUE_FULL now. */ NCR5380_information_transfer()
2184 "QUEUE_FULL after %d commands\n", NCR5380_information_transfer()
H A Dscsi_error.c713 case QUEUE_FULL: scsi_eh_completed_normally()
1875 case QUEUE_FULL: scsi_decide_disposition()
1930 * for queue congestion conditions (QUEUE_FULL or BUSY) */ scsi_decide_disposition()
H A Ddc395x.c3409 } else if (status_byte(status) == QUEUE_FULL) { srb_done()
3411 dprintkl(KERN_INFO, "QUEUE_FULL for dev <%02i-%i> with %i cmnds\n", srb_done()
H A Dscsi_lib.c190 * or the device returned QUEUE_FULL and can accept no more
H A Ddpt_i2o.c2688 cmd->result = (DID_OK << 16) | (QUEUE_FULL <<1); adpt_fail_posted_scbs()
/linux-4.1.27/drivers/target/tcm_fc/
H A Dtfc_cmd.c219 return -ENOMEM; /* Signal QUEUE_FULL */ ft_write_pending()
/linux-4.1.27/drivers/target/
H A Dtarget_core_transport.c780 * Handle QUEUE_FULL / -EAGAIN and -ENOMEM status
800 pr_debug("Processing %s cmd: %p QUEUE_FULL in work queue" target_qf_do_work()
1324 * transport_generic_new_cmd() is already handling QUEUE_FULL, transport_handle_cdb_direct()
2033 * Check to schedule QUEUE_FULL work, or execute an existing target_complete_ok_work()
2150 pr_debug("Handling complete_ok QUEUE_FULL: se_cmd: %p," target_complete_ok_work()
H A Dtarget_core_device.c1598 * Setup work_queue for QUEUE_FULL target_configure_device()
/linux-4.1.27/drivers/message/fusion/
H A Dmptscsih.c945 * (QUEUE_FULL) returned from device! --> get 0x0000?128 mptscsih_io_done()
1133 * mptscsih_report_queue_full - Report QUEUE_FULL status returned
1139 * This routine periodically reports QUEUE_FULL status returned from a
1158 dprintk(ioc, printk(MYIOC_s_WARN_FMT "Device (%d:%d:%llu) reported QUEUE_FULL!\n", mptscsih_report_queue_full()
/linux-4.1.27/include/scsi/
H A Dlibsas.h491 QUEUE_FULL | | X |
H A Dscsi.h297 #define QUEUE_FULL 0x14 macro
H A Dscsi_device.h85 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
H A Dscsi_host.h414 * Track QUEUE_FULL events and reduce queue depth on demand.
/linux-4.1.27/drivers/scsi/arm/
H A Dacornscsi.c848 case QUEUE_FULL: acornscsi_done()
1601 case QUEUE_FULL: acornscsi_message()
/linux-4.1.27/drivers/scsi/aacraid/
H A Daachba.c1974 * For some reason, the Fib didn't queue, return QUEUE_FULL aac_read()
2077 * For some reason, the Fib didn't queue, return QUEUE_FULL aac_write()
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c2050 DID_OK << 16 | QUEUE_FULL << 1 : DID_ERROR << 16; srp_queuecommand()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2479 * Avoid QUEUE_FULL conditions by limiting the number of buffers used srpt_cm_req_recv()
/linux-4.1.27/drivers/ata/
H A Dlibata-scsi.c766 cmd->result = (DID_OK << 16) | (QUEUE_FULL << 1); ata_scsi_qc_new()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_target.c5168 "sending QUEUE_FULL\n", vha->vp_idx); qlt_24xx_atio_pkt()

Completed in 506 milliseconds