Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/hwmon/
Dw83627hf.rst20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_crtn.h264 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
266 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
Dlpfc_sli.c671 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument
681 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()
683 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
685 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()
688 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()
693 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
695 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()
699 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
701 hq->RQ_buf_posted++; in lpfc_sli4_rq_put()
704 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
[all …]
/Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c3849 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
3852 hq = 0; in rtl8xxxu_init_queue_reserved_page()
3859 hq = fops->page_num_hi; in rtl8xxxu_init_queue_reserved_page()
3868 pubq = fops->total_page_num - hq - lq - nq - 1; in rtl8xxxu_init_queue_reserved_page()
3871 val32 |= (hq << RQPN_HI_PQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()