Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Ddpt_i2o.c1428 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()
1436 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1437 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1438 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
1441 tid = lct->lct_entry[i].tid; in adpt_i2o_parse_lct()
1478 memcpy(&d->lct_data, &lct->lct_entry[i], sizeof(i2o_lct_entry)); in adpt_i2o_parse_lct()
2519 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_reparse_lct()
2523 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()
2524 lct->lct_entry[i].class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_reparse_lct()
2525 lct->lct_entry[i].class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_reparse_lct()
[all …]
/Linux-v5.4/include/uapi/linux/
Di2o-dev.h224 i2o_lct_entry lct_entry[1]; member