Searched refs:p_temp (Results 1 – 1 of 1) sorted by relevance
1418 u8 *p_tlv_ptr = OSAL_NULL, *p_temp; in ecore_mfw_update_tlvs() local1434 p_temp = &p_mfw_buf[offset]; in ecore_mfw_update_tlvs()1435 tlv.tlv_type = TLV_TYPE(p_temp); in ecore_mfw_update_tlvs()1436 tlv.tlv_length = TLV_LENGTH(p_temp); in ecore_mfw_update_tlvs()1437 tlv.tlv_flags = TLV_FLAGS(p_temp); in ecore_mfw_update_tlvs()1477 u8 tlv_group = 0, id, *p_mfw_buf = OSAL_NULL, *p_temp; in ecore_mfw_process_tlv_req() local1511 p_temp = &p_mfw_buf[offset]; in ecore_mfw_process_tlv_req()1512 tlv.tlv_type = TLV_TYPE(p_temp); in ecore_mfw_process_tlv_req()1513 tlv.tlv_length = TLV_LENGTH(p_temp); in ecore_mfw_process_tlv_req()