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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c652 d = d->next_lun;
1230 pNext = pDev->next_lun;
1274 for(d=d->next_lun ; d ; d = d->next_lun){
1675 pDev->next_lun; pDev = pDev->next_lun){
1677 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);
1678 if(pDev->next_lun == NULL) {
1681 pDev = pDev->next_lun;
2658 pDev = pDev->next_lun;
[all...]
H A Ddpti.h180 struct adpt_device* next_lun; member in struct:adpt_device

Completed in 72 milliseconds