Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A Dsnic_main.c295 SNIC_HOST_ERR(shost, in snic_add_host()
395 SNIC_HOST_ERR(shost, in snic_probe()
404 SNIC_HOST_ERR(shost, in snic_probe()
439 SNIC_HOST_ERR(shost, in snic_probe()
468 SNIC_HOST_ERR(shost, in snic_probe()
477 SNIC_HOST_ERR(shost, in snic_probe()
487 SNIC_HOST_ERR(shost, in snic_probe()
514 SNIC_HOST_ERR(shost, in snic_probe()
523 SNIC_HOST_ERR(shost, in snic_probe()
590 SNIC_HOST_ERR(shost, in snic_probe()
[all …]
H A Dsnic_scsi.c179 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
213 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
272 SNIC_HOST_ERR(snic->shost, in snic_issue_scsi_req()
511 SNIC_HOST_ERR(snic->shost, in snic_process_icmnd_cmpl_status()
548 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
559 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
595 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
638 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
780 SNIC_HOST_ERR(snic->shost, in snic_process_itmf_cmpl()
1883 SNIC_HOST_ERR(snic->shost, in snic_dr_clean_pending_req()
[all …]
H A Dsnic_disc.c92 SNIC_HOST_ERR(snic->shost, "Resp Buf Alloc Failed.\n"); in snic_queue_report_tgt_req()
102 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
132 SNIC_HOST_ERR(snic->shost, "Queuing Report Tgts Failed.\n"); in snic_queue_report_tgt_req()
142 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
249 SNIC_HOST_ERR(snic->shost, "Failure to allocate snic_tgt.\n"); in snic_tgt_create()
302 SNIC_HOST_ERR(snic->shost, in snic_tgt_create()
367 SNIC_HOST_ERR(snic->shost, "Failed to create tgt.\n"); in snic_handle_tgt_disc()
400 SNIC_HOST_ERR(snic->shost, "No Targets Found on this host.\n"); in snic_report_tgt_cmpl_handler()
521 SNIC_HOST_ERR(snic->shost, in snic_handle_disc()
H A Dsnic_ctl.c103 SNIC_HOST_ERR(snic->shost, "Init Exch Ver Req failed\n"); in snic_queue_exch_ver_req()
122 SNIC_HOST_ERR(snic->shost, in snic_queue_exch_ver_req()
153 SNIC_HOST_ERR(snic->shost, in snic_io_exch_ver_cmpl_handler()
246 SNIC_HOST_ERR(snic->shost, in snic_get_conf()
H A Dsnic_res.c31 SNIC_HOST_ERR(snic->shost, \ in snic_get_vnic_config()
249 SNIC_HOST_ERR(snic->shost, in snic_alloc_vnic_res()
276 SNIC_HOST_ERR(snic->shost, in snic_log_q_error()
H A Dsnic_io.c164 SNIC_HOST_ERR(snic->shost, "qdesc: PCI DMA Mapping Fail.\n"); in snic_queue_wq_desc()
231 SNIC_HOST_ERR(snic->shost, in snic_req_init()
285 SNIC_HOST_ERR(snic->shost, "abts:Failed to alloc tm req.\n"); in snic_abort_req_init()
311 SNIC_HOST_ERR(snic->shost, "dr:Failed to alloc tm req.\n"); in snic_dr_req_init()
H A Dsnic_isr.c129 SNIC_HOST_ERR(snic->shost, in snic_request_intr()
H A Dsnic.h146 #define SNIC_HOST_ERR(host, fmt, args...) \ macro