Home
last modified time | relevance | path

Searched refs:host_no (Results 1 – 25 of 124) sorted by relevance

12345

/linux/drivers/scsi/qla4xxx/
H A Dql4_init.c32 "ispControlStatus = 0x%x\n", ha->host_no, in ql4xxx_set_mac_number()
36 DEBUG2(printk("scsi%ld: %s: mac_index %d.\n", ha->host_no, __func__, in ql4xxx_set_mac_number()
157 ha->host_no, __func__)); in qla4xxx_get_sys_info()
166 "failed\n", ha->host_no, __func__)); in qla4xxx_get_sys_info()
235 " Don't wait!\n", ha->host_no, in qla4xxx_wait_for_ip_config()
243 "Don't wait!\n", ha->host_no, in qla4xxx_wait_for_ip_config()
256 ha->host_no, __func__)); in qla4xxx_wait_for_ip_config()
262 "IP(s) \"", ha->host_no, __func__)); in qla4xxx_wait_for_ip_config()
324 ha->host_no); in qla4xxx_alloc_fw_dump()
336 ha->host_no); in qla4xxx_alloc_fw_dump()
[all …]
H A Dql4_isr.c29 " sense len 0\n", ha->host_no, in qla4xxx_copy_sense()
46 "ASL= %02x, ASC/ASCQ = %02x/%02x\n", ha->host_no, in qla4xxx_copy_sense()
87 "back to OS srb=%p srb->state:%d\n", ha->host_no, in qla4xxx_status_cont_entry()
139 ha->host_no, __func__, sts_entry->handle, in qla4xxx_status_entry()
174 "residual = 0x%x\n", ha->host_no, in qla4xxx_status_entry()
200 ha->host_no, cmd->device->channel, in qla4xxx_status_entry()
208 ha->host_no, cmd->device->channel, in qla4xxx_status_entry()
216 ha->host_no, cmd->device->channel, in qla4xxx_status_entry()
235 ha->host_no, in qla4xxx_status_entry()
262 ha->host_no, in qla4xxx_status_entry()
[all …]
H A Dql4_mbx.c95 "pointer\n", ha->host_no, __func__)); in qla4xxx_mailbox_command()
104 ha->host_no, __func__)); in qla4xxx_mailbox_command()
112 "timeout MBX Exiting.\n", ha->host_no, __func__)); in qla4xxx_mailbox_command()
129 ha->host_no, __func__)); in qla4xxx_mailbox_command()
139 ha->host_no, __func__)); in qla4xxx_mailbox_command()
149 ha->host_no, __func__); in qla4xxx_mailbox_command()
211 ha->host_no, __func__)); in qla4xxx_mailbox_command()
215 ha->host_no, mbx_cmd[0]); in qla4xxx_mailbox_command()
253 ha->host_no, __func__, mbx_cmd[0]); in qla4xxx_mailbox_command()
259 ha->host_no, __func__, mbx_cmd[0], mbx_sts[0], in qla4xxx_mailbox_command()
[all …]
H A Dql4_nvram.c209 "0x%x\n", ha->host_no, sem_mask, sem_bits)); in ql4xxx_sem_spinlock()
217 "code = 0x%x\n", ha->host_no, in ql4xxx_sem_spinlock()
235 DEBUG2(printk("scsi%ld : UNLOCK SEM - mask= 0x%x\n", ha->host_no, in ql4xxx_sem_unlock()
250 "0x%x, sema code=0x%x\n", ha->host_no, in ql4xxx_sem_lock()
H A Dql4_dbg.c147 " PEG_NET_4_PC: 0x%x\n", ha->host_no, __func__, in qla4_8xxx_dump_peg_reg()
158 ha->host_no, __func__, ha->pdev->device, in qla4_8xxx_dump_peg_reg()
/linux/drivers/scsi/
H A Dsd_trace.h24 __field( unsigned int, host_no )
33 __entry->host_no = cmnd->device->host->host_no;
42 __entry->host_no, __entry->channel, __entry->id,
54 __field( unsigned int, host_no )
64 __entry->host_no = cmnd->device->host->host_no;
75 __entry->host_no, __entry->channel, __entry->id,
H A D53c700.c397 printk(KERN_NOTICE "scsi%d: %s rev %d %s\n", host->host_no, in NCR_700_detect()
848 host->host_no, pun, lun); in process_extended_message()
858 host->host_no, pun, lun, in process_extended_message()
888 printk("scsi%d (%d:%d): message %s: ", host->host_no, pun, lun, in process_message()
929 printk(KERN_ERR "scsi%d (%d:%d) Parity Error!\n", host->host_no, in process_message()
934 printk(KERN_INFO "scsi%d (%d:%d) SIMPLE TAG %d %s\n", host->host_no, in process_message()
941 host->host_no, pun, lun, in process_message()
1086 host->host_no, pun, lun, NCR_700_fatal_messages[i]); in process_script_interrupt()
1097 host->host_no, pun, lun, in process_script_interrupt()
1112 host->host_no, reselection_id, lun)); in process_script_interrupt()
[all …]
H A Dscsi_transport_iscsi.c763 dev_set_name(&iface->dev, "ipv4-iface-%u-%u", shost->host_no, in iscsi_create_iface()
766 dev_set_name(&iface->dev, "ipv6-iface-%u-%u", shost->host_no, in iscsi_create_iface()
1251 shost->host_no, index); in iscsi_create_flashnode_sess()
1299 shost->host_no, fnode_sess->target_id); in iscsi_create_flashnode_conn()
1545 snprintf(bsg_name, sizeof(bsg_name), "iscsi_host%d", shost->host_no); in iscsi_bsg_host_add()
2071 shost->host_no, session->sid); in iscsi_add_session()
2603 ev->r.req_path.host_no = shost->host_no; in iscsi_offload_mesg()
2606 ev->r.notify_if_down.host_no = shost->host_no; in iscsi_offload_mesg()
2710 void iscsi_post_host_event(uint32_t host_no, struct iscsi_transport *transport, in iscsi_post_host_event() argument
2722 host_no, code); in iscsi_post_host_event()
[all …]
H A Dscsi_proc.c232 sprintf(name,"%d", shost->host_no); in scsi_proc_host_add()
262 sprintf(name,"%d", shost->host_no); in scsi_proc_host_rm()
285 sdev->host->host_no, sdev->channel, sdev->id, sdev->lun); in proc_print_scsidevice()
/linux/include/scsi/
H A Discsi_if.h158 uint32_t host_no; member
170 uint32_t host_no; member
180 uint32_t host_no; member
185 uint32_t host_no; member
188 uint32_t host_no; member
192 uint32_t host_no; member
200 uint32_t host_no; member
208 uint32_t host_no; member
212 uint32_t host_no; member
217 uint32_t host_no; member
[all …]
/linux/drivers/scsi/libfc/
H A Dfc_libfc.h37 (lport)->host->host_no, \
43 fc_disc_lport(disc)->host->host_no, \
49 (lport)->host->host_no, \
63 (pkt)->lp->host->host_no, \
68 (pkt)->lp->host->host_no, \
76 (exch)->lp->host->host_no, \
82 (lport)->host->host_no, ##args))
/linux/drivers/scsi/fnic/
H A Dfnic_trace.h53 u32 host_no; member
62 u32 host_no; member
84 trace_buf->host_no = _hn; \
106 int fnic_fc_trace_set_data(u32 host_no, u8 frame_type,
H A Dfnic_trace.c142 &val, str, tbp->host_no, tbp->tag, in fnic_get_trace_data()
183 &val, str, tbp->host_no, tbp->tag, in fnic_get_trace_data()
691 int fnic_fc_trace_set_data(u32 host_no, u8 frame_type, in fnic_fc_trace_set_data() argument
727 fc_buf->host_no = host_no; in fnic_fc_trace_set_data()
855 tdata->host_no, tdata->frame_type, tdata->frame_len); in copy_and_format_trace_data()
/linux/drivers/scsi/qedf/
H A Dqedf_dbg.c23 func, line, qedf->host_no, &vaf); in qedf_dbg_err()
47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn()
73 qedf->host_no, &vaf); in qedf_dbg_notice()
98 func, line, qedf->host_no, &vaf); in qedf_dbg_info()
145 sprintf(event_string, "GRCDUMP=%u", shost->host_no); in qedf_uevent_emit()
/linux/drivers/scsi/qedi/
H A Dqedi_dbg.c24 func, line, qedi->host_no, &vaf); in qedi_dbg_err()
48 func, line, qedi->host_no, &vaf); in qedi_dbg_warn()
74 qedi->host_no, &vaf); in qedi_dbg_notice()
99 func, line, qedi->host_no, &vaf); in qedi_dbg_info()
/linux/drivers/message/fusion/
H A Dmptfc.c206 ioc->name, ioc->sh->host_no, in mptfc_block_error_handler()
218 ioc->name, ioc->sh->host_no, in mptfc_block_error_handler()
237 hd->ioc->name, shost->host_no, in mptfc_abort()
256 hd->ioc->name, shost->host_no, in mptfc_dev_reset()
286 hd->ioc->name, shost->host_no, in mptfc_bus_reset()
527 ioc->sh->host_no, in mptfc_register_dev()
619 sdev->host->host_no, in mptfc_dump_lun_info()
1144 ioc->sh->host_no, in mptfc_setup_reset()
1199 ioc->sh->host_no, in mptfc_rescan_devices()
1354 "mptfc_wq_%d", WQ_MEM_RECLAIM, sh->host_no); in mptfc_probe()
H A Dmptctl.h388 ushort host_no; /* SCSI Host number, if scsi driver not loaded*/ member
411 ushort host_no; /* SCSI Host number, if scsi driver not loaded*/ member
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1683 …pdev->dev, "[%d]: Dumping Frame Phys Address of all pending cmds in FW\n",instance->host->host_no); in megasas_dump_pending_frames()
1684 …dev_err(&instance->pdev->dev, "[%d]: Total OS Pending cmds : %d\n",instance->host->host_no,atomic_… in megasas_dump_pending_frames()
1686 dev_err(&instance->pdev->dev, "[%d]: 64 bit SGLs were sent to FW\n",instance->host->host_no); in megasas_dump_pending_frames()
1688 dev_err(&instance->pdev->dev, "[%d]: 32 bit SGLs were sent to FW\n",instance->host->host_no); in megasas_dump_pending_frames()
1690 dev_err(&instance->pdev->dev, "[%d]: Pending OS cmds in FW : \n",instance->host->host_no); in megasas_dump_pending_frames()
1695 …dev_err(&instance->pdev->dev, "[%d]: Frame addr :0x%08lx : ",instance->host->host_no,(unsigned lon… in megasas_dump_pending_frames()
1702 instance->host->host_no, cmd->frame_count, ldio->cmd, ldio->target_id, in megasas_dump_pending_frames()
1711 instance->host->host_no, cmd->frame_count, pthru->cmd, pthru->target_id, in megasas_dump_pending_frames()
1728 dev_err(&instance->pdev->dev, "[%d]: Pending Internal cmds in FW : \n",instance->host->host_no); in megasas_dump_pending_frames()
1736 dev_err(&instance->pdev->dev, "[%d]: Dumping Done\n\n",instance->host->host_no); in megasas_dump_pending_frames()
[all …]
H A Dmegaraid_sas_fusion.c115 instance->host->host_no); in megasas_adp_reset_wait_for_ready()
1288 instance->host->host_no); in megasas_ioc_init_fusion()
1573 instance->host->host_no, in megasas_display_intel_branding()
1578 instance->host->host_no, in megasas_display_intel_branding()
1583 instance->host->host_no, in megasas_display_intel_branding()
1588 instance->host->host_no, in megasas_display_intel_branding()
1599 instance->host->host_no, in megasas_display_intel_branding()
1604 instance->host->host_no, in megasas_display_intel_branding()
1616 instance->host->host_no, in megasas_display_intel_branding()
1987 "poll_megasas%d_status", instance->host->host_no); in megasas_fusion_start_watchdog()
[all …]
/linux/include/uapi/scsi/
H A Dscsi_netlink_fc.h49 __u16 host_no; member
H A Dscsi_netlink.h79 __u16 host_no; member
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst787 * @host_no: 目标SCSI Host的编号(struct Scsi_Host::host_no
806 int length, int host_no, int writeto1_read0)
957 - 在“/proc/scsi/<proc_name>/<host_no>”
989 host_no
/linux/drivers/scsi/fcoe/
H A Dlibfcoe.h26 (fip)->lp->host->host_no, ##args);)
/linux/drivers/ufs/core/
H A Dufs_bsg.c253 dev_set_name(bsg_dev, "ufs-bsg%u", shost->host_no); in ufs_bsg_probe()
272 dev_err(bsg_dev, "fail to initialize a bsg dev %d\n", shost->host_no); in ufs_bsg_probe()
/linux/drivers/target/
H A Dtarget_core_pscsi.c361 sh->host_no, sd->channel, sd->id, sd->lun); in pscsi_create_type_disk()
388 sh->host_no, sd->channel, sd->id, sd->lun); in pscsi_create_type_disk()
404 sh->host_no, sd->channel, sd->id, sd->lun); in pscsi_create_type_nondisk()
416 phv->phv_host_id, scsi_device_type(sd->type), sh->host_no, in pscsi_create_type_nondisk()
529 pr_err("pSCSI: Unable to locate %d:%d:%d:%d\n", sh->host_no, in pscsi_configure_device()

12345