Home
last modified time | relevance | path

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

/include/scsi/
Dscsi_transport_spi.h62 #define spi_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->period)
63 #define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->min_period)
64 #define spi_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->offset)
65 #define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
66 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width)
67 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width)
68 #define spi_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->iu)
69 #define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_iu)
70 #define spi_dt(x) (((struct spi_transport_attrs *)&(x)->starget_data)->dt)
71 #define spi_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->qas)
[all …]
Dscsi_transport.h74 return (u8 *)starget->starget_data in scsi_transport_target_data()
Dscsi_transport_fc.h421 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
423 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
425 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
Dscsi_device.h340 unsigned long starget_data[]; /* for the transport */ member