Home
last modified time | relevance | path

Searched refs:fc_host_attrs (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/scsi/
Dscsi_transport_fc.h489 struct fc_host_attrs { struct
542 ((struct fc_host_attrs *)(x)->shost_data) argument
545 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
547 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
549 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
551 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
553 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
555 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
557 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
559 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/Linux-v5.4/drivers/scsi/
Dscsi_transport_fc.c32 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
379 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
460 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
1655 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
1894 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2171 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
2415 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remove_host()
2585 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_create()
2713 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_add()
3021 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_rolechg()
[all …]
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c1579 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in qedf_setup_fdmi()
1903 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy()
3692 struct fc_host_attrs *fc_host = shost_to_fc_host(host); in qedf_get_protocol_tlv_data()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c2731 struct fc_host_attrs *fc_host; in fcoe_vport_remove()