Home
last modified time | relevance | path

Searched refs:hq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_crtn.h261 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
263 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
H A 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 in lpfc_sli4_rq_put()
734 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) lpfc_sli4_rq_release() argument
[all...]
/kernel/linux/linux-6.6/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.c796 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument
806 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()
808 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()
813 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
820 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()
824 hq->host_index = ((hq_put_index + 1) % hq in lpfc_sli4_rq_put()
859 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) lpfc_sli4_rq_release() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3938 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
3941 hq = 0; in rtl8xxxu_init_queue_reserved_page()
3948 hq = fops->page_num_hi; in rtl8xxxu_init_queue_reserved_page()
3957 pubq = fops->total_page_num - hq - lq - nq - 1; in rtl8xxxu_init_queue_reserved_page()
3960 val32 |= (hq << RQPN_HI_PQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()

Completed in 33 milliseconds