Searched refs:fc_host (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/ |
| A D | scsi_transport_fc.c | 396 fc_host->node_name = -1; in fc_host_setup() 397 fc_host->port_name = -1; in fc_host_setup() 422 fc_host->port_id = -1; in fc_host_setup() 429 memset(fc_host->symbolic_name, 0, sizeof(fc_host->symbolic_name)); in fc_host_setup() 430 memset(fc_host->system_hostname, 0, sizeof(fc_host->system_hostname)); in fc_host_setup() 431 memset(&fc_host->fpin_stats, 0, sizeof(fc_host->fpin_stats)); in fc_host_setup() 443 snprintf(fc_host->work_q_name, sizeof(fc_host->work_q_name), in fc_host_setup() 445 fc_host->work_q = alloc_workqueue("%s", 0, 0, fc_host->work_q_name); in fc_host_setup() 446 if (!fc_host->work_q) in fc_host_setup() 3869 if (fc_host->npiv_vports_inuse >= fc_host->max_npiv_vports) { in fc_vport_setup() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-fc_host | 1 What: /sys/class/fc_host/hostX/statistics/fpin_cn_yyy 9 What: /sys/class/fc_host/hostX/statistics/fpin_li_yyy 17 What: /sys/class/fc_host/hostX/statistics/fpin_dn_yyy
|
| /linux/Documentation/scsi/ |
| A D | scsi_fc_transport.rst | 63 The fc_host associated with the physical adapter will export the ability 65 Linux device tree, and instruct the fc_host's driver to instantiate the 130 /sys/class/fc_host/host17 physical port's fc_host 131 /sys/class/fc_host/host18 vport's fc_host 186 driver/adapter can support on the fc_host. 190 fc_host. 193 A "simple" create interface to instantiate a vport on an fc_host. 339 cause the creation of the new attributes on the fc_host. As part of 413 - Initializes the fc_host attribute values. 487 fc_host port_type attribute: [all …]
|
| /linux/drivers/scsi/libfc/ |
| A D | fc_lport.c | 1191 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_ms_resp() local 1227 fc_host->fdmi_version = FDMI_V1; in fc_lport_ms_resp() 1445 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_enter_ms() local 1475 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms() 1503 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms() 1588 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_timeout() local 1616 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_timeout() 1618 fc_host->fdmi_version = FDMI_V1; in fc_lport_timeout() 1889 struct fc_host_attrs *fc_host; in fc_lport_init() local 1891 fc_host = shost_to_fc_host(lport->host); in fc_lport_init() [all …]
|
| A D | fc_encode.h | 195 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_ct_ms_fill() local 215 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill() 372 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill() 468 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill() 574 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
|
| /linux/drivers/scsi/qedf/ |
| A D | qedf_main.c | 2003 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy() local 2007 while (fc_host->npiv_vports_inuse > 0) { in qedf_wait_for_vport_destroy() 3888 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data() local 3903 fc_host = shost_to_fc_host(host); in qedf_get_protocol_tlv_data() 3921 fcoe->num_npiv_ids = fc_host->npiv_vports_inuse; in qedf_get_protocol_tlv_data()
|
| /linux/drivers/scsi/fcoe/ |
| A D | fcoe.c | 2726 struct fc_host_attrs *fc_host; in fcoe_vport_remove() local 2732 fc_host = shost_to_fc_host(shost); in fcoe_vport_remove() 2736 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_vport_remove()
|
Completed in 30 milliseconds