Home
last modified time | relevance | path

Searched refs:SNIC_HOST_ERR (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/scsi/snic/
Dsnic_main.c168 SNIC_HOST_ERR(snic->shost, in snic_notify_set()
303 SNIC_HOST_ERR(shost, in snic_add_host()
315 SNIC_HOST_ERR(shost, "Failed to Create ScsiHost wq.\n"); in snic_add_host()
396 SNIC_HOST_ERR(snic->shost, in snic_probe()
408 SNIC_HOST_ERR(shost, in snic_probe()
417 SNIC_HOST_ERR(shost, in snic_probe()
435 SNIC_HOST_ERR(shost, in snic_probe()
444 SNIC_HOST_ERR(shost, in snic_probe()
453 SNIC_HOST_ERR(shost, in snic_probe()
464 SNIC_HOST_ERR(shost, "BAR0 not memory mappable aborting.\n"); in snic_probe()
[all …]
Dsnic_scsi.c194 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
226 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
256 SNIC_HOST_ERR(snic->shost, "issue_sc:Failed to map SG List.\n"); in snic_issue_scsi_req()
283 SNIC_HOST_ERR(snic->shost, in snic_issue_scsi_req()
339 SNIC_HOST_ERR(shost, "Tgt %p id %d Not Ready.\n", tgt, tgt->id); in snic_queuecommand()
348 SNIC_HOST_ERR(shost, "snic state is %s\n", in snic_queuecommand()
362 SNIC_HOST_ERR(shost, "Failed to Q, Scsi Req w/ err %d.\n", ret); in snic_queuecommand()
474 SNIC_HOST_ERR(snic->shost, "fw returns failed status %s flags 0x%llx\n", in snic_process_io_failed_state()
530 SNIC_HOST_ERR(snic->shost, in snic_process_icmnd_cmpl_status()
567 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
[all …]
Dsnic_disc.c106 SNIC_HOST_ERR(snic->shost, "Resp Buf Alloc Failed.\n"); in snic_queue_report_tgt_req()
118 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
145 SNIC_HOST_ERR(snic->shost, "Queuing Report Tgts Failed.\n"); in snic_queue_report_tgt_req()
155 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
262 SNIC_HOST_ERR(snic->shost, "Failure to allocate snic_tgt.\n"); in snic_tgt_create()
315 SNIC_HOST_ERR(snic->shost, in snic_tgt_create()
377 SNIC_HOST_ERR(snic->shost, "Failed to create tgt.\n"); in snic_handle_tgt_disc()
410 SNIC_HOST_ERR(snic->shost, "No Targets Found on this host.\n"); in snic_report_tgt_cmpl_handler()
520 SNIC_HOST_ERR(snic->shost, in snic_handle_disc()
Dsnic_ctl.c119 SNIC_HOST_ERR(snic->shost, in snic_queue_exch_ver_req()
141 SNIC_HOST_ERR(snic->shost, in snic_queue_exch_ver_req()
173 SNIC_HOST_ERR(snic->shost, in snic_io_exch_ver_cmpl_handler()
268 SNIC_HOST_ERR(snic->shost, in snic_get_conf()
Dsnic_res.c45 SNIC_HOST_ERR(snic->shost, \ in snic_get_vnic_config()
263 SNIC_HOST_ERR(snic->shost, in snic_alloc_vnic_res()
290 SNIC_HOST_ERR(snic->shost, in snic_log_q_error()
Dsnic_io.c154 SNIC_HOST_ERR(snic->shost, "qdesc: PCI DMA Mapping Fail.\n"); in snic_queue_wq_desc()
214 SNIC_HOST_ERR(snic->shost, in snic_req_init()
268 SNIC_HOST_ERR(snic->shost, "abts:Failed to alloc tm req.\n"); in snic_abort_req_init()
294 SNIC_HOST_ERR(snic->shost, "dr:Failed to alloc tm req.\n"); in snic_dr_req_init()
Dsnic_isr.c143 SNIC_HOST_ERR(snic->shost, in snic_request_intr()
Dsnic.h158 #define SNIC_HOST_ERR(host, fmt, args...) \ macro