Home
last modified time | relevance | path

Searched refs:cons_idx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv_core.c757 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()
Daerdrv.h64 unsigned short cons_idx; /* Error Consumer Index */ member
Daerdrv.c225 if (next_prod_idx == rpc->cons_idx) { in aer_irq()