Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Ddpti.h124 #define MAX_ID (128) // Maximum Target ID Supported macro
247 struct adpt_device* device[MAX_ID]; /* used as an array of 128 scsi ids */
Deata_generic.h261 __u8 MAX_ID:5, /* Max number of SCSI target IDs */ member
Ddpt_i2o.c578 for(id = 0; id < MAX_ID; id++) { in adpt_proc_info()
1051 for(j = 0; j < MAX_ID; j++){ in adpt_i2o_delete_hba()
1418 if(scsi_id > MAX_ID){ in adpt_i2o_parse_lct()
1492 if(scsi_id > MAX_ID){ in adpt_i2o_parse_lct()
Deata_dma.c1056 gc->SG_64K, gc->SG_UAE, gc->MAX_ID, gc->MAX_CHAN, gc->MAX_LUN); in print_config()
1283 sh->max_id = gc->MAX_ID + 1; in register_HBA()