Home
last modified time | relevance | path

Searched refs:HP_SDC_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/hil/
Dhp_sdc.c332 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()
/linux-2.4.37.9/include/linux/
Dhp_sdc.h277 #define HP_SDC_QUEUE_LEN 16 macro
278 hp_sdc_transaction *tq[HP_SDC_QUEUE_LEN]; /* All pending read/writes */