Searched refs:p_temp (Results 1 – 3 of 3) sorted by relevance
216 const cl_list_item_t *p_temp; in cl_is_item_in_qlist() local223 p_temp = cl_qlist_head(p_list); in cl_is_item_in_qlist()224 while (p_temp != cl_qlist_end(p_list)) { in cl_is_item_in_qlist()225 if (p_temp == p_list_item) { in cl_is_item_in_qlist()230 p_temp = cl_qlist_next(p_temp); in cl_is_item_in_qlist()
629 cl_map_item_t __attribute__((__unused__)) *p_temp; in __cl_qmap_delta_move() local639 p_temp = cl_qmap_insert(p_dest, cl_qmap_key(*pp_item), *pp_item); in __cl_qmap_delta_move()641 CL_ASSERT(p_temp == *pp_item); in __cl_qmap_delta_move()1566 cl_fmap_item_t __attribute__((__unused__)) *p_temp; in __cl_fmap_delta_move() local1576 p_temp = cl_fmap_insert(p_dest, cl_fmap_key(*pp_item), *pp_item); in __cl_fmap_delta_move()1578 CL_ASSERT(p_temp == *pp_item); in __cl_fmap_delta_move()
1300 u8 tlv_group = 0, id, *p_mfw_buf = OSAL_NULL, *p_temp; in ecore_mfw_process_tlv_req() local1340 p_temp = &p_mfw_buf[offset]; in ecore_mfw_process_tlv_req()1341 tlv.tlv_type = TLV_TYPE(p_temp); in ecore_mfw_process_tlv_req()1342 tlv.tlv_length = TLV_LENGTH(p_temp); in ecore_mfw_process_tlv_req()