Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hil/
Dhp_sdc.c175 if(curr->seq[curr->actidx] & HP_SDC_ACT_SEMAPHORE) { in hp_sdc_take()
178 if(curr->seq[curr->actidx] & HP_SDC_ACT_CALLBACK) { in hp_sdc_take()
182 curr->actidx = curr->idx; in hp_sdc_take()
288 tmp = curr->seq[curr->actidx]; in hp_sdc_tasklet()
289 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD; in hp_sdc_tasklet()
301 curr->actidx = curr->idx; in hp_sdc_tasklet()
367 idx = curr->actidx; in hp_sdc_put()
369 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
521 curr->actidx = idx + 1; in hp_sdc_put()
554 this->actidx = 0; in hp_sdc_enqueue_transaction()
[all …]
Dhp_sdc_mlc.c203 priv->trans.actidx = 0; in hp_sdc_mlc_cts()
251 priv->trans.actidx = 0; in hp_sdc_mlc_out()
289 priv->trans.actidx = 0; in hp_sdc_mlc_out()
/linux-2.4.37.9/include/linux/
Dhp_sdc.h63 int actidx; /* Start of act. Acts are atomic WRT I/O to SDC */ member