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()
16171 uint16_t cur_handle; in mptsas_phy_to_tgt() local16212 cur_handle = mpt->m_dev_handle; in mptsas_phy_to_tgt()16216 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)cur_handle; in mptsas_phy_to_tgt()16218 &cur_handle, &ptgt); in mptsas_phy_to_tgt()16228 mpt->m_dev_handle = cur_handle; in mptsas_phy_to_tgt()16250 uint16_t cur_handle; in mptsas_wwid_to_ptgt() local16282 cur_handle = mpt->m_dev_handle; in mptsas_wwid_to_ptgt()16286 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | cur_handle; in mptsas_wwid_to_ptgt()16288 &cur_handle, &tmp_tgt); in mptsas_wwid_to_ptgt()16299 mpt->m_dev_handle = cur_handle; in mptsas_wwid_to_ptgt()[all …]