Home
last modified time | relevance | path

Searched refs:lct_data (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c579 unit = d->pI2o_dev->lct_data.tid; in adpt_show_info()
1527 memcpy(&d->lct_data, &lct->lct_entry[i], sizeof(i2o_lct_entry)); in adpt_i2o_parse_lct()
1530 tid = d->lct_data.tid; in adpt_i2o_parse_lct()
1536 if(d->lct_data.class_id == I2O_CLASS_BUS_ADAPTER_PORT || in adpt_i2o_parse_lct()
1537 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PORT){ in adpt_i2o_parse_lct()
1538 tid = d->lct_data.tid; in adpt_i2o_parse_lct()
1544 pHba->channel[bus_no].type = d->lct_data.class_id; in adpt_i2o_parse_lct()
1562 if(d->lct_data.class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_parse_lct()
1563 d->lct_data.class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_parse_lct()
1564 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
[all …]
/linux-4.4.14/drivers/scsi/dpt/
Ddpti_i2o.h77 i2o_lct_entry lct_data;/* Device LCT information */ member