/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_common.h | 26 #define QUEUE_FULL 0 macro
|
H A D | rsi_91x_sdio_ops.c | 549 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 D | task.c | 148 /* 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 D | aic94xx_hwi.h | 359 * It is used when say the scb queueing function returned QUEUE_FULL,
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi.c | 696 * 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 D | atari_NCR5380.c | 251 * 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 D | scsi_error.c | 713 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 D | dc395x.c | 3409 } 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 D | scsi_lib.c | 190 * or the device returned QUEUE_FULL and can accept no more
|
H A D | dpt_i2o.c | 2688 cmd->result = (DID_OK << 16) | (QUEUE_FULL <<1); adpt_fail_posted_scbs()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 219 return -ENOMEM; /* Signal QUEUE_FULL */ ft_write_pending()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_transport.c | 780 * 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 D | target_core_device.c | 1598 * Setup work_queue for QUEUE_FULL target_configure_device()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptscsih.c | 945 * (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 D | libsas.h | 491 QUEUE_FULL | | X |
|
H A D | scsi.h | 297 #define QUEUE_FULL 0x14 macro
|
H A D | scsi_device.h | 85 atomic_t device_blocked; /* Device returned QUEUE_FULL. */
|
H A D | scsi_host.h | 414 * Track QUEUE_FULL events and reduce queue depth on demand.
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 848 case QUEUE_FULL: acornscsi_done() 1601 case QUEUE_FULL: acornscsi_message()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | aachba.c | 1974 * 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 D | ib_srp.c | 2050 DID_OK << 16 | QUEUE_FULL << 1 : DID_ERROR << 16; srp_queuecommand()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 2479 * Avoid QUEUE_FULL conditions by limiting the number of buffers used srpt_cm_req_recv()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-scsi.c | 766 cmd->result = (DID_OK << 16) | (QUEUE_FULL << 1); ata_scsi_qc_new()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 5168 "sending QUEUE_FULL\n", vha->vp_idx); qlt_24xx_atio_pkt()
|