Searched refs:hq (Results 1 – 2 of 2) sorted by relevance
20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
798 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument808 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()810 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()812 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()815 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()820 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()822 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()826 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()828 hq->RQ_buf_posted++; in lpfc_sli4_rq_put()831 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()[all …]