Home
last modified time | relevance | path

Searched refs:hq (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/Documentation/hwmon/
Dw83627hf20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.c356 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument
359 struct lpfc_rqe *temp_hrqe = hq->qe[hq->host_index].rqe; in lpfc_sli4_rq_put()
362 int put_index = hq->host_index; in lpfc_sli4_rq_put()
364 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()
366 if (hq->host_index != dq->host_index) in lpfc_sli4_rq_put()
369 if (((hq->host_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
371 lpfc_sli_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()
375 hq->host_index = ((hq->host_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
379 if (!(hq->host_index % LPFC_RQ_POST_BATCH)) { in lpfc_sli4_rq_put()
383 bf_set(lpfc_rq_doorbell_id, &doorbell, hq->queue_id); in lpfc_sli4_rq_put()
[all …]
/linux-2.6.39/arch/arm/
DKconfig581 <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
/linux-2.6.39/
DMAINTAINERS5171 M: Yehuda Sadeh <yehuda@hq.newdream.net>