Searched refs:HP_SDC_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance
377 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()385 if (curridx >= HP_SDC_QUEUE_LEN) { in hp_sdc_put()422 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()436 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()583 if (hp_sdc.wcurr >= HP_SDC_QUEUE_LEN) in hp_sdc_put()611 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()619 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in __hp_sdc_enqueue_transaction()654 for (i = 0; i < HP_SDC_QUEUE_LEN; i++) in hp_sdc_dequeue_transaction()
280 #define HP_SDC_QUEUE_LEN 16 macro281 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */