Home
last modified time | relevance | path

Searched refs:next_prod_idx (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/pcie/aer/
Daerdrv.c199 int next_prod_idx; in aer_irq() local
222 next_prod_idx = rpc->prod_idx + 1; in aer_irq()
223 if (next_prod_idx == AER_ERROR_SOURCES_MAX) in aer_irq()
224 next_prod_idx = 0; in aer_irq()
225 if (next_prod_idx == rpc->cons_idx) { in aer_irq()
235 rpc->prod_idx = next_prod_idx; in aer_irq()
/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1450 u32 next_prod_idx = tgt->rq_prod_idx + num_items; in bnx2fc_return_rqe() local
1451 if ((next_prod_idx & 0x7fff) == BNX2FC_RQ_WQES_MAX) { in bnx2fc_return_rqe()
1453 next_prod_idx += 0x8000 - BNX2FC_RQ_WQES_MAX; in bnx2fc_return_rqe()
1455 tgt->rq_prod_idx = next_prod_idx; in bnx2fc_return_rqe()