Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_transport_fc.h555 ((struct fc_host_attrs *)(x)->shost_data)
558 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
560 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
562 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
564 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
566 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
568 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
570 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
572 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
574 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
[all …]
Dscsi_transport_spi.h102 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
Dscsi_host.h697 void *shost_data; member