Searched refs:lct_entry (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_proc.c420 i2o_get_class_name(lct->lct_entry[i].class_id));
425 switch (lct->lct_entry[i].class_id & 0xFFF) {
427 switch (lct->lct_entry[i].sub_class) {
446 lct->lct_entry[i].sub_class);
452 switch (lct->lct_entry[i].sub_class & 0xFF) {
475 lct->lct_entry[i].sub_class & 0xFF);
481 if (lct->lct_entry[i].sub_class < SCSI_TABLE_SIZE)
483 scsi_devices[lct->lct_entry[i].
490 if (lct->lct_entry[i].sub_class < BUS_TABLE_SIZE)
492 bus_ports[lct->lct_entry[
[all...]
H A Ddevice.c354 i2o_lct_entry *entry = &lct->lct_entry[max];
401 if (lct->lct_entry[i].tid == dev->lct_data.tid) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c1403 if( lct->lct_entry[i].user_tid != 0xfff){
1411 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE &&
1412 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL &&
1413 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){
1416 tid = lct->lct_entry[i].tid;
1453 memcpy(&d->lct_data, &lct->lct_entry[i], sizeof(i2o_lct_entry));
2397 if( lct->lct_entry[i].user_tid != 0xfff){
2401 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE ||
2402 lct->lct_entry[i].class_id == I2O_CLASS_SCSI_PERIPHERAL ||
2403 lct->lct_entry[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o-dev.h223 i2o_lct_entry lct_entry[1]; member in struct:_i2o_lct

Completed in 63 milliseconds