Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_main.c174 SNIC_HOST_ERR(snic->shost, in snic_notify_set()
309 SNIC_HOST_ERR(shost, in snic_add_host()
321 SNIC_HOST_ERR(shost, "Failed to Create ScsiHost wq.\n"); in snic_add_host()
409 SNIC_HOST_ERR(shost, in snic_probe()
418 SNIC_HOST_ERR(shost, in snic_probe()
436 SNIC_HOST_ERR(shost, in snic_probe()
445 SNIC_HOST_ERR(shost, "BAR0 not memory mappable aborting.\n"); in snic_probe()
453 SNIC_HOST_ERR(shost, in snic_probe()
467 SNIC_HOST_ERR(shost, "vNIC Resource Discovery Failed.\n"); in snic_probe()
482 SNIC_HOST_ERR(shost, in snic_probe()
[all …]
Dsnic_scsi.c193 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
227 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
259 SNIC_HOST_ERR(snic->shost, "issue_sc:Failed to map SG List.\n"); in snic_issue_scsi_req()
286 SNIC_HOST_ERR(snic->shost, in snic_issue_scsi_req()
342 SNIC_HOST_ERR(shost, "Tgt %p id %d Not Ready.\n", tgt, tgt->id); in snic_queuecommand()
351 SNIC_HOST_ERR(shost, "snic state is %s\n", in snic_queuecommand()
363 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()
116 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
146 SNIC_HOST_ERR(snic->shost, "Queuing Report Tgts Failed.\n"); in snic_queue_report_tgt_req()
156 SNIC_HOST_ERR(snic->shost, in snic_queue_report_tgt_req()
263 SNIC_HOST_ERR(snic->shost, "Failure to allocate snic_tgt.\n"); in snic_tgt_create()
316 SNIC_HOST_ERR(snic->shost, in snic_tgt_create()
381 SNIC_HOST_ERR(snic->shost, "Failed to create tgt.\n"); in snic_handle_tgt_disc()
414 SNIC_HOST_ERR(snic->shost, "No Targets Found on this host.\n"); in snic_report_tgt_cmpl_handler()
535 SNIC_HOST_ERR(snic->shost, in snic_handle_disc()
Dsnic_ctl.c117 SNIC_HOST_ERR(snic->shost, in snic_queue_exch_ver_req()
139 SNIC_HOST_ERR(snic->shost, in snic_queue_exch_ver_req()
170 SNIC_HOST_ERR(snic->shost, in snic_io_exch_ver_cmpl_handler()
263 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.c178 SNIC_HOST_ERR(snic->shost, "qdesc: PCI DMA Mapping Fail.\n"); in snic_queue_wq_desc()
245 SNIC_HOST_ERR(snic->shost, in snic_req_init()
299 SNIC_HOST_ERR(snic->shost, "abts:Failed to alloc tm req.\n"); in snic_abort_req_init()
325 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.h160 #define SNIC_HOST_ERR(host, fmt, args...) \ macro