Home
last modified time | relevance | path

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

/include/scsi/
A Dscsi_transport_spi.h62 #define spi_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->period)
64 #define spi_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->offset)
66 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->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)
72 #define spi_max_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_qas)
73 #define spi_wr_flow(x) (((struct spi_transport_attrs *)&(x)->starget_data)->wr_flow)
75 #define spi_rti(x) (((struct spi_transport_attrs *)&(x)->starget_data)->rti)
[all …]
A Dscsi_transport.h74 return (u8 *)starget->starget_data in scsi_transport_target_data()
A Dscsi_transport_fc.h423 (((struct fc_starget_attrs *)&(x)->starget_data)->node_name)
425 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name)
427 (((struct fc_starget_attrs *)&(x)->starget_data)->port_id)
A Dscsi_device.h378 unsigned long starget_data[]; /* for the transport */ member

Completed in 11 milliseconds