Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/scsi/
Ddpti.h190 struct i2o_device* pI2o_dev;
200 struct i2o_device* pI2o_dev;
244 struct i2o_device* devices;
272 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
286 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
Ddpt_i2o.c1079 struct i2o_device* d; in adpt_i2o_delete_hba()
1080 struct i2o_device* next; in adpt_i2o_delete_hba()
1459 struct i2o_device *d; in adpt_i2o_parse_lct()
1517 d = kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in adpt_i2o_parse_lct()
1625 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
2518 struct i2o_device *d; in adpt_i2o_reparse_lct()
2525 struct i2o_device* pI2o_dev = NULL; in adpt_i2o_reparse_lct()
2579 d = kmalloc(sizeof(struct i2o_device), in adpt_i2o_reparse_lct()
3180 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()