Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_hw.h4129 struct lpfc_hbq_entry { struct
4136 struct lpfc_hbq_entry buff; argument
4146 struct lpfc_hbq_entry buff[5];
4401 #define LPFC_TOTAL_HBQ_SIZE (sizeof(struct lpfc_hbq_entry) * \
Dlpfc_mbox.c1225 hbq_entry_index * sizeof(struct lpfc_hbq_entry); in lpfc_config_hbq()
Dlpfc_sli.c2323 static struct lpfc_hbq_entry *
2355 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt + in lpfc_sli_next_hbq_slot()
2429 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3()
3401 struct lpfc_hbq_entry *hbqe = NULL; in lpfc_sli_prep_unsol_wqe()
3405 hbqe = (struct lpfc_hbq_entry *) in lpfc_sli_prep_unsol_wqe()
3410 hbqe = (struct lpfc_hbq_entry *) in lpfc_sli_prep_unsol_wqe()
5454 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry); in lpfc_sli_hbq_size()
Dlpfc_debugfs.c287 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data()
328 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt; in lpfc_debugfs_hbqinfo_data()
Dlpfc_init.c9345 sizeof(struct lpfc_hbq_entry)); in lpfc_sli_pci_mem_setup()