Lines Matching refs:luns
978 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_add_device()
979 lun = SLIST_FIRST(&targ->luns); in mprsas_add_device()
980 SLIST_REMOVE_HEAD(&targ->luns, lun_link); in mprsas_add_device()
983 SLIST_INIT(&targ->luns); in mprsas_add_device()
1367 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_add_pcie_device()
1368 lun = SLIST_FIRST(&targ->luns); in mprsas_add_pcie_device()
1369 SLIST_REMOVE_HEAD(&targ->luns, lun_link); in mprsas_add_pcie_device()
1372 SLIST_INIT(&targ->luns); in mprsas_add_pcie_device()
1429 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_volume_add()
1430 lun = SLIST_FIRST(&targ->luns); in mprsas_volume_add()
1431 SLIST_REMOVE_HEAD(&targ->luns, lun_link); in mprsas_volume_add()
1434 SLIST_INIT(&targ->luns); in mprsas_volume_add()