Searched refs:cons_idx (Results 1 – 3 of 3) sorted by relevance
757 if (rpc->prod_idx == rpc->cons_idx) { in get_e_source()762 *e_src = rpc->e_sources[rpc->cons_idx]; in get_e_source()763 rpc->cons_idx++; in get_e_source()764 if (rpc->cons_idx == AER_ERROR_SOURCES_MAX) in get_e_source()765 rpc->cons_idx = 0; in get_e_source()
64 unsigned short cons_idx; /* Error Consumer Index */ member
225 if (next_prod_idx == rpc->cons_idx) { in aer_irq()