Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/snic/
Dsnic_main.c175 SNIC_HOST_ERR(snic->shost, in snic_notify_set()
310 SNIC_HOST_ERR(shost, in snic_add_host()
322 SNIC_HOST_ERR(shost, "Failed to Create ScsiHost wq.\n"); in snic_add_host()
403 SNIC_HOST_ERR(snic->shost, in snic_probe()
415 SNIC_HOST_ERR(shost, in snic_probe()
424 SNIC_HOST_ERR(shost, in snic_probe()
442 SNIC_HOST_ERR(shost, in snic_probe()
451 SNIC_HOST_ERR(shost, in snic_probe()
460 SNIC_HOST_ERR(shost, in snic_probe()
471 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()
228 SNIC_HOST_ERR(snic->shost, in snic_queue_icmnd_req()
260 SNIC_HOST_ERR(snic->shost, "issue_sc:Failed to map SG List.\n"); in snic_issue_scsi_req()
287 SNIC_HOST_ERR(snic->shost, in snic_issue_scsi_req()
343 SNIC_HOST_ERR(shost, "Tgt %p id %d Not Ready.\n", tgt, tgt->id); in snic_queuecommand()
352 SNIC_HOST_ERR(shost, "snic state is %s\n", in snic_queuecommand()
364 SNIC_HOST_ERR(shost, "Failed to Q, Scsi Req w/ err %d.\n", ret); in snic_queuecommand()
475 SNIC_HOST_ERR(snic->shost, "fw returns failed status %s flags 0x%llx\n", in snic_process_io_failed_state()
531 SNIC_HOST_ERR(snic->shost, in snic_process_icmnd_cmpl_status()
568 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()
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()
531 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()
171 SNIC_HOST_ERR(snic->shost, in snic_io_exch_ver_cmpl_handler()
266 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.c177 SNIC_HOST_ERR(snic->shost, "qdesc: PCI DMA Mapping Fail.\n"); in snic_queue_wq_desc()
244 SNIC_HOST_ERR(snic->shost, in snic_req_init()
298 SNIC_HOST_ERR(snic->shost, "abts:Failed to alloc tm req.\n"); in snic_abort_req_init()
324 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