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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c609 d = d->next_lun;
1072 pNext = pDev->next_lun;
1121 for(d=d->next_lun ; d ; d = d->next_lun){
1513 pDev->next_lun; pDev = pDev->next_lun){
1515 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);
1516 if(pDev->next_lun == NULL) {
1519 pDev = pDev->next_lun;
2418 pDev = pDev->next_lun;
[all...]
H A Ddpti.h181 struct adpt_device* next_lun; member in struct:adpt_device

Completed in 53 milliseconds