Searched refs:rcurr (Results 1 – 2 of 2) sorted by relevance
187 if (hp_sdc.rcurr < 0) { in hp_sdc_take()191 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()213 hp_sdc.rcurr = -1; in hp_sdc_take()309 if (hp_sdc.rcurr >= 0) { in hp_sdc_tasklet()317 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()342 hp_sdc.rcurr = -1; in hp_sdc_tasklet()372 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()388 if (hp_sdc.rcurr == curridx) { in hp_sdc_put()535 if (hp_sdc.rcurr >= 0) { in hp_sdc_put()556 hp_sdc.rcurr = curridx; in hp_sdc_put()[all …]
283 int rcurr, rqty; /* Current read transact in process */ member