Searched refs:shost_data (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/include/scsi/
H A Dscsi_transport_fc.h549 ((struct fc_host_attrs *)(x)->shost_data)
552 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
554 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
556 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
558 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
560 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
562 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
564 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
566 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
568 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
570 (((struct fc_host_attrs *)(x)->shost_data)->manufacturer)
572 (((struct fc_host_attrs *)(x)->shost_data)->model)
574 (((struct fc_host_attrs *)(x)->shost_data)->model_description)
576 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
578 (((struct fc_host_attrs *)(x)->shost_data)->driver_version)
580 (((struct fc_host_attrs *)(x)->shost_data)->firmware_version)
582 (((struct fc_host_attrs *)(x)->shost_data)->optionrom_version)
584 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
586 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
588 (((struct fc_host_attrs *)(x)->shost_data)->port_state)
590 (((struct fc_host_attrs *)(x)->shost_data)->active_fc4s)
592 (((struct fc_host_attrs *)(x)->shost_data)->speed)
594 (((struct fc_host_attrs *)(x)->shost_data)->fabric_name)
596 (((struct fc_host_attrs *)(x)->shost_data)->symbolic_name)
598 (((struct fc_host_attrs *)(x)->shost_data)->system_hostname)
600 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
602 (((struct fc_host_attrs *)(x)->shost_data)->rports)
604 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
606 (((struct fc_host_attrs *)(x)->shost_data)->vports)
608 (((struct fc_host_attrs *)(x)->shost_data)->next_rport_number)
610 (((struct fc_host_attrs *)(x)->shost_data)->next_target_id)
612 (((struct fc_host_attrs *)(x)->shost_data)->next_vport_number)
614 (((struct fc_host_attrs *)(x)->shost_data)->npiv_vports_inuse)
616 (((struct fc_host_attrs *)(x)->shost_data)->work_q_name)
618 (((struct fc_host_attrs *)(x)->shost_data)->work_q)
620 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q_name)
622 (((struct fc_host_attrs *)(x)->shost_data)->devloss_work_q)
624 (((struct fc_host_attrs *)(x)->shost_data)->dev_loss_tmo)
H A Dscsi_transport_spi.h102 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
H A Dscsi_host.h731 void *shost_data; member in struct:Scsi_Host
/linux-4.1.27/drivers/scsi/
H A Dhosts.c262 shost->shost_data = kzalloc(shost->transportt->host_size, scsi_add_host_with_dma()
264 if (shost->shost_data == NULL) { scsi_add_host_with_dma()
292 kfree(shost->shost_data); scsi_add_host_with_dma()
338 kfree(shost->shost_data); scsi_host_dev_release()
H A Dscsi_transport_iscsi.c1566 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_setup_host()
1582 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_remove_host()
1771 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_scan_finished()
1803 ihost = shost->shost_data; iscsi_user_scan_session()
1847 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_scan_session()
1927 struct iscsi_cls_host *ihost = shost->shost_data; __iscsi_unblock_session()
2001 struct iscsi_cls_host *ihost = shost->shost_data; __iscsi_unbind_session()
2073 ihost = shost->shost_data; iscsi_add_session()
4310 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_get_port_speed_name()
4336 struct iscsi_cls_host *ihost = shost->shost_data; iscsi_get_port_state_name()
H A Dscsi_transport_srp.c40 #define to_srp_host_attrs(host) ((struct srp_host_attrs *)(host)->shost_data)
H A Dscsi_transport_sas.c50 #define to_sas_host_attrs(host) ((struct sas_host_attrs *)(host)->shost_data)
/linux-4.1.27/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c754 struct iscsi_cls_host *ihost = shost->shost_data; beiscsi_get_port_state()
773 struct iscsi_cls_host *ihost = shost->shost_data; beiscsi_get_port_speed()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_os.c1852 struct iscsi_cls_host *ihost = shost->shost_data; qla4xxx_set_port_speed()
1877 struct iscsi_cls_host *ihost = shost->shost_data; qla4xxx_set_port_state()

Completed in 288 milliseconds