Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.c1579 lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno) in lpfc_sli_next_hbq_slot() argument
1581 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot()
1588 uint32_t raw_index = phba->hbq_get[hbqno]; in lpfc_sli_next_hbq_slot()
1598 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()
1609 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt + in lpfc_sli_next_hbq_slot()
1629 uint32_t hbqno; in lpfc_sli_hbqbuf_free_all() local
1652 hbqno = hbq_buf->tag >> 16; in lpfc_sli_hbqbuf_free_all()
1653 if (hbqno >= LPFC_MAX_HBQS) in lpfc_sli_hbqbuf_free_all()
1657 (phba->hbqs[hbqno].hbq_free_buffer)(phba, in lpfc_sli_hbqbuf_free_all()
1680 lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno, in lpfc_sli_hbq_to_firmware() argument
[all …]