Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c584 d = d->next_lun; in adpt_show_info()
1143 pNext = pDev->next_lun; in adpt_i2o_delete_hba()
1182 for(d=d->next_lun ; d ; d = d->next_lun){ in adpt_find_device()
1583 pDev->next_lun; pDev = pDev->next_lun){ in adpt_i2o_parse_lct()
1585 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL); in adpt_i2o_parse_lct()
1586 if(pDev->next_lun == NULL) { in adpt_i2o_parse_lct()
1589 pDev = pDev->next_lun; in adpt_i2o_parse_lct()
2584 pDev = pDev->next_lun; in adpt_i2o_reparse_lct()
2614 while (pDev->next_lun) { in adpt_i2o_reparse_lct()
2615 pDev = pDev->next_lun; in adpt_i2o_reparse_lct()
[all …]
Ddpti.h179 struct adpt_device* next_lun; member