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

/linux-master/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, argument
806 if (unlikely(!hq) || unlikely(!dq))
808 hq_put_index = hq->host_index;
810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index);
813 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index)
820 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size);
824 hq->host_index = ((hq_put_index + 1) % hq
859 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3966 u32 hq, lq, nq, eq, pubq; local
3969 hq = 0;
3976 hq = fops->page_num_hi;
3985 pubq = fops->total_page_num - hq - lq - nq - 1;
3988 val32 |= (hq << RQPN_HI_PQ_SHIFT);

Completed in 267 milliseconds