Lines Matching defs:stt
341 struct scsi_transport_template *stt)
358 shost->transportt = stt;
2992 struct scsi_transport_template **stt)
2994 *stt = iscsi_register_transport(itp);
2995 if (*stt == NULL) {
3002 itp->name, stt);
3008 struct scsi_transport_template **stt)
3010 if (*stt) {
3012 "de-register transport 0x%p, %s, stt 0x%p.\n",
3013 itp, itp->name, *stt);
3014 *stt = NULL;