Lines Matching refs:dt
109 struct scsi_device **dt; /* ptrs to data transfer elements */ member
361 ch->dt = kcalloc(ch->counts[CHET_DT], sizeof(*ch->dt), in ch_readconfig()
364 if (!ch->dt) { in ch_readconfig()
385 ch->dt[elem] = NULL; in ch_readconfig()
388 ch->dt[elem] = NULL; in ch_readconfig()
398 ch->dt[elem] = in ch_readconfig()
402 if (!ch->dt[elem]) { in ch_readconfig()
407 ch->dt[elem]->vendor, in ch_readconfig()
408 ch->dt[elem]->model, in ch_readconfig()
409 ch->dt[elem]->rev); in ch_readconfig()
959 kfree(ch->dt); in ch_remove()