Searched refs:cur_handle (Results 1 – 2 of 2) sorted by relevance
351 int cur_handle; in bl_free() local354 for (cur_handle = 0; cur_handle < next_array_elem; in bl_free()355 cur_handle++) { in bl_free()356 free_list(cur_handle); in bl_free()
16526 uint16_t cur_handle; in mptsas_phy_to_tgt() local16567 cur_handle = mpt->m_dev_handle; in mptsas_phy_to_tgt()16571 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)cur_handle; in mptsas_phy_to_tgt()16573 &cur_handle, &ptgt); in mptsas_phy_to_tgt()16583 mpt->m_dev_handle = cur_handle; in mptsas_phy_to_tgt()16605 uint16_t cur_handle; in mptsas_wwid_to_ptgt() local16637 cur_handle = mpt->m_dev_handle; in mptsas_wwid_to_ptgt()16641 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | cur_handle; in mptsas_wwid_to_ptgt()16643 &cur_handle, &tmp_tgt); in mptsas_wwid_to_ptgt()16654 mpt->m_dev_handle = cur_handle; in mptsas_wwid_to_ptgt()[all …]