Home
last modified time | relevance | path

Searched refs:shost_data (Results 1 – 3 of 3) sorted by relevance

/include/scsi/
Dscsi_transport_fc.h589 ((struct fc_host_attrs *)(x)->shost_data)
592 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
594 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
596 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
598 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
600 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
602 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
604 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
606 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
608 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
[all …]
Dscsi_transport_spi.h89 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
Dscsi_host.h739 void *shost_data; member