Lines Matching refs:tq
190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()
319 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
381 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put()
395 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put()
415 curr = hp_sdc.tq[curridx]; in hp_sdc_put()
419 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
433 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
576 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
612 if (hp_sdc.tq[i] == this) in __hp_sdc_enqueue_transaction()
620 if (hp_sdc.tq[i] == NULL) { in __hp_sdc_enqueue_transaction()
621 hp_sdc.tq[i] = this; in __hp_sdc_enqueue_transaction()
655 if (hp_sdc.tq[i] == this) in hp_sdc_dequeue_transaction()
656 hp_sdc.tq[i] = NULL; in hp_sdc_dequeue_transaction()
856 memset(&hp_sdc.tq, 0, sizeof(hp_sdc.tq)); in hp_sdc_init()