Lines Matching refs:dt
112 struct scsi_device **dt; /* ptrs to data transfer elements */ member
359 ch->dt = kcalloc(ch->counts[CHET_DT], sizeof(*ch->dt), in ch_readconfig()
362 if (!ch->dt) { in ch_readconfig()
383 ch->dt[elem] = NULL; in ch_readconfig()
386 ch->dt[elem] = NULL; in ch_readconfig()
396 ch->dt[elem] = in ch_readconfig()
400 if (!ch->dt[elem]) { in ch_readconfig()
405 ch->dt[elem]->vendor, in ch_readconfig()
406 ch->dt[elem]->model, in ch_readconfig()
407 ch->dt[elem]->rev); in ch_readconfig()
963 kfree(ch->dt); in ch_remove()