Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/snic/
Dsnic_main.c160 SNIC_HOST_ERR(snic->shost, in snic_notify_set()
295 SNIC_HOST_ERR(shost, in snic_add_host()
307 SNIC_HOST_ERR(shost, "Failed to Create ScsiHost wq.\n"); in snic_add_host()
395 SNIC_HOST_ERR(shost, in snic_probe()
404 SNIC_HOST_ERR(shost, in snic_probe()
422 SNIC_HOST_ERR(shost, in snic_probe()
431 SNIC_HOST_ERR(shost, "BAR0 not memory mappable aborting.\n"); in snic_probe()
439 SNIC_HOST_ERR(shost, in snic_probe()
453 SNIC_HOST_ERR(shost, "vNIC Resource Discovery Failed.\n"); in snic_probe()
468 SNIC_HOST_ERR(shost, in snic_probe()
[all …]
Dsnic_scsi.c179 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
213 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
245 SNIC_HOST_ERR(snic->shost, "issue_sc:Failed to map SG List.\n"); in snic_issue_scsi_req()
272 SNIC_HOST_ERR(snic->shost, in snic_issue_scsi_req()
328 SNIC_HOST_ERR(shost, "Tgt %p id %d Not Ready.\n", tgt, tgt->id); in snic_queuecommand()
337 SNIC_HOST_ERR(shost, "snic state is %s\n", in snic_queuecommand()
349 SNIC_HOST_ERR(shost, "Failed to Q, Scsi Req w/ err %d.\n", ret); in snic_queuecommand()
460 SNIC_HOST_ERR(snic->shost, "fw returns failed status %s flags 0x%llx\n", in snic_process_io_failed_state()
511 SNIC_HOST_ERR(snic->shost, in snic_process_icmnd_cmpl_status()
548 SNIC_HOST_ERR(snic->shost, in snic_icmnd_cmpl_handler()
[all …]
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()
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()
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()
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()
Dsnic_isr.c129 SNIC_HOST_ERR(snic->shost, in snic_request_intr()
Dsnic.h146 #define SNIC_HOST_ERR(host, fmt, args...) \ macro