Home
last modified time | relevance | path

Searched refs:i2o_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/dpt/
Ddpti_i2o.h71 struct i2o_device struct
73 struct i2o_device *next; /* Chain */ argument
74 struct i2o_device *prev; argument
97 struct i2o_device *devices; /* I2O device chain */ argument
/Linux-v4.19/drivers/scsi/
Ddpti.h189 struct i2o_device* pI2o_dev;
199 struct i2o_device* pI2o_dev;
243 struct i2o_device* devices;
271 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
285 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
Ddpt_i2o.c1082 struct i2o_device* d; in adpt_i2o_delete_hba()
1083 struct i2o_device* next; in adpt_i2o_delete_hba()
1455 struct i2o_device *d; in adpt_i2o_parse_lct()
1513 d = kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in adpt_i2o_parse_lct()
1621 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
2526 struct i2o_device *d; in adpt_i2o_reparse_lct()
2533 struct i2o_device* pI2o_dev = NULL; in adpt_i2o_reparse_lct()
2587 d = kmalloc(sizeof(struct i2o_device), in adpt_i2o_reparse_lct()
3184 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()