Home
last modified time | relevance | path

Searched refs:tid_cnt (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
Dni_dpm.h163 u32 tid_cnt; member
Dni_dpm.c3155 reg |= (TID_CNT(ni_pi->cac_weights->tid_cnt) | in ni_initialize_smc_cac_tables()
/drivers/scsi/
Dgdth.c1875 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives()
2098 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
4566 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4572 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4763 ha->tid_cnt = MAX_HDRIVES; in gdth_isa_probe_one()
4764 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_isa_probe_one()
4765 ha->tid_cnt = max_ids; in gdth_isa_probe_one()
4783 shp->max_id = ha->tid_cnt; in gdth_isa_probe_one()
4894 ha->tid_cnt = MAX_HDRIVES; in gdth_eisa_probe_one()
4895 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_eisa_probe_one()
[all …]
Dgdth.h916 u8 tid_cnt; /* Target ID count */ member