Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dboe,himax8279d.yaml10 - Jerry Han <jerry.han.hq@gmail.com>
/linux-6.15/Documentation/hwmon/
H A Dw83627hf.rst20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_crtn.h299 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
301 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
H A Dlpfc_sli.c806 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()
808 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
824 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
826 hq->RQ_buf_posted++; in lpfc_sli4_rq_put()
829 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
833 hq->notify_interval); in lpfc_sli4_rq_put()
837 hq->notify_interval); in lpfc_sli4_rq_put()
839 hq->host_index); in lpfc_sli4_rq_put()
862 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_release()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c3922 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
3925 hq = 0; in rtl8xxxu_init_queue_reserved_page()
3932 hq = fops->page_num_hi; in rtl8xxxu_init_queue_reserved_page()
3941 pubq = fops->total_page_num - hq - lq - nq - 1; in rtl8xxxu_init_queue_reserved_page()
3944 val32 |= (hq << RQPN_HI_PQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()