Searched refs:p_history (Results 1 – 1 of 1) sorted by relevance
90 struct ecore_ooo_history *p_history = &p_ooo_info->ooo_history; in ecore_ooo_save_history_entry() local92 if (p_history->head_idx == p_history->num_of_cqes) in ecore_ooo_save_history_entry()93 p_history->head_idx = 0; in ecore_ooo_save_history_entry()94 p_history->p_cqes[p_history->head_idx] = *p_cqe; in ecore_ooo_save_history_entry()95 p_history->head_idx++; in ecore_ooo_save_history_entry()