Lines Matching refs:t
48 struct scsi_transport_template t; member
65 #define to_ata_internal(tmpl) container_of(tmpl, struct ata_internal, t)
767 i->t.eh_strategy_handler = ata_scsi_error; in ata_attach_transport()
768 i->t.user_scan = ata_scsi_user_scan; in ata_attach_transport()
770 i->t.host_attrs.ac.attrs = &i->port_attrs[0]; in ata_attach_transport()
771 i->t.host_attrs.ac.class = &ata_port_class.class; in ata_attach_transport()
772 i->t.host_attrs.ac.match = ata_tport_match; in ata_attach_transport()
773 transport_container_register(&i->t.host_attrs); in ata_attach_transport()
812 return &i->t; in ata_attach_transport()
819 void ata_release_transport(struct scsi_transport_template *t) in ata_release_transport() argument
821 struct ata_internal *i = to_ata_internal(t); in ata_release_transport()
823 transport_container_unregister(&i->t.host_attrs); in ata_release_transport()