Lines Matching refs:tq
190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()
316 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
378 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put()
392 if (hp_sdc.tq[curridx] != NULL) in hp_sdc_put()
412 curr = hp_sdc.tq[curridx]; in hp_sdc_put()
416 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
430 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
573 hp_sdc.tq[curridx] = NULL; in hp_sdc_put()
609 if (hp_sdc.tq[i] == this) in __hp_sdc_enqueue_transaction()
617 if (hp_sdc.tq[i] == NULL) { in __hp_sdc_enqueue_transaction()
618 hp_sdc.tq[i] = this; in __hp_sdc_enqueue_transaction()
652 if (hp_sdc.tq[i] == this) in hp_sdc_dequeue_transaction()
653 hp_sdc.tq[i] = NULL; in hp_sdc_dequeue_transaction()
853 memset(&hp_sdc.tq, 0, sizeof(hp_sdc.tq)); in hp_sdc_init()