Lines Matching defs:stt
341 struct scsi_transport_template *stt)
358 shost->transportt = stt;
2993 struct scsi_transport_template **stt)
2995 *stt = iscsi_register_transport(itp);
2996 if (*stt == NULL) {
3003 itp->name, stt);
3009 struct scsi_transport_template **stt)
3011 if (*stt) {
3013 "de-register transport 0x%p, %s, stt 0x%p.\n",
3014 itp, itp->name, *stt);
3015 *stt = NULL;