Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.c1646 lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno) in lpfc_sli_next_hbq_slot() argument
1648 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot()
1655 uint32_t raw_index = phba->hbq_get[hbqno]; in lpfc_sli_next_hbq_slot()
1665 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()
1676 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt + in lpfc_sli_next_hbq_slot()
1696 uint32_t hbqno; in lpfc_sli_hbqbuf_free_all() local
1719 hbqno = hbq_buf->tag >> 16; in lpfc_sli_hbqbuf_free_all()
1720 if (hbqno >= LPFC_MAX_HBQS) in lpfc_sli_hbqbuf_free_all()
1724 (phba->hbqs[hbqno].hbq_free_buffer)(phba, in lpfc_sli_hbqbuf_free_all()
1747 lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno, in lpfc_sli_hbq_to_firmware() argument
[all …]