Searched refs:HP_SDC_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance
332 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) hp_sdc.wcurr = 0; in hp_sdc_put()338 if (curridx >= HP_SDC_QUEUE_LEN) { in hp_sdc_put()373 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) hp_sdc.wcurr = 0; in hp_sdc_put()385 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) hp_sdc.wcurr = 0; in hp_sdc_put()526 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) hp_sdc.wcurr = 0; in hp_sdc_put()551 for (i=0; i < HP_SDC_QUEUE_LEN; i++) in hp_sdc_enqueue_transaction()558 for (i=0; i < HP_SDC_QUEUE_LEN; i++) { in hp_sdc_enqueue_transaction()583 for (i=0; i < HP_SDC_QUEUE_LEN; i++) in hp_sdc_dequeue_transaction()806 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) hp_sdc.tq[i] = NULL; in hp_sdc_init()
277 #define HP_SDC_QUEUE_LEN 16 macro278 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */