Searched refs:next_lun (Results 1 – 4 of 4) sorted by relevance
583 d = d->next_lun; in adpt_show_info()1142 pNext = pDev->next_lun; in adpt_i2o_delete_hba()1186 for(d=d->next_lun ; d ; d = d->next_lun){ in adpt_find_device()1587 pDev->next_lun; pDev = pDev->next_lun){ in adpt_i2o_parse_lct()1589 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL); in adpt_i2o_parse_lct()1590 if(pDev->next_lun == NULL) { in adpt_i2o_parse_lct()1593 pDev = pDev->next_lun; in adpt_i2o_parse_lct()2576 pDev = pDev->next_lun; in adpt_i2o_reparse_lct()2606 while (pDev->next_lun) { in adpt_i2o_reparse_lct()2607 pDev = pDev->next_lun; in adpt_i2o_reparse_lct()[all …]
180 struct adpt_device* next_lun; member
102 atomic_t next_lun; /* Whenever a page is written, this is updated member
221 int next = atomic_inc_return(&rrpc->next_lun); in get_next_lun()1289 atomic_set(&rrpc->next_lun, -1); in rrpc_init()