Searched refs:hq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_crtn.h | 262 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, 264 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
|
D | lpfc_sli.c | 677 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument 687 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put() 689 hq_put_index = hq->host_index; in lpfc_sli4_rq_put() 691 temp_hrqe = hq->qe[hq_put_index].rqe; in lpfc_sli4_rq_put() 694 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put() 699 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put() 701 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put() 705 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put() 707 hq->RQ_buf_posted++; in lpfc_sli4_rq_put() 710 if (!(hq->host_index % hq->entry_repost)) { in lpfc_sli4_rq_put() [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83627hf | 20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 3856 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local 3859 hq = 0; in rtl8xxxu_init_queue_reserved_page() 3866 hq = fops->page_num_hi; in rtl8xxxu_init_queue_reserved_page() 3875 pubq = fops->total_page_num - hq - lq - nq - 1; in rtl8xxxu_init_queue_reserved_page() 3878 val32 |= (hq << RQPN_HI_PQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()
|
/Linux-v4.19/arch/arm/ |
D | Kconfig | 501 <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
|