Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_transport_spi.h75 #define spi_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->period)
76 #define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->min_period)
77 #define spi_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->offset)
78 #define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
79 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width)
80 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width)
81 #define spi_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->iu)
82 #define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_iu)
83 #define spi_dt(x) (((struct spi_transport_attrs *)&(x)->starget_data)->dt)
84 #define spi_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->qas)
[all …]
Dscsi_transport.h87 return (u8 *)starget->starget_data in scsi_transport_target_data()
Dscsi_transport_fc.h402 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
404 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
406 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
Dscsi_device.h314 unsigned long starget_data[0]; /* for the transport */ member