target_destroy
.target_destroy = mptfc_target_destroy,
.target_destroy = mptsas_target_destroy,
.target_destroy = mptspi_target_destroy,
.target_destroy = ahd_linux_target_destroy,
.target_destroy = ahc_linux_target_destroy,
.target_destroy = esp_target_destroy,
.target_destroy = ipr_target_destroy,
.target_destroy = mpi3mr_target_destroy,
.target_destroy = scsih_target_destroy,
.target_destroy = scsih_target_destroy,
.target_destroy = sdebug_target_destroy,
if (shost->hostt->target_destroy)
shost->hostt->target_destroy(starget);
.target_destroy = sas_target_destroy, \
void (* target_destroy)(struct scsi_target *);
target_destroy(&lreq->t);
target_destroy(&req->r_t);