Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hw.h3505 struct lpfc_hbq_entry { struct
3512 struct lpfc_hbq_entry buff; argument
3522 struct lpfc_hbq_entry buff[5];
3777 #define LPFC_TOTAL_HBQ_SIZE (sizeof(struct lpfc_hbq_entry) * \
Dlpfc_bsg.c919 struct lpfc_hbq_entry *hbqe; in lpfc_bsg_ct_unsol_event()
1006 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
1011 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
Dlpfc_debugfs.c276 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data()
317 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt; in lpfc_debugfs_hbqinfo_data()
Dlpfc_mbox.c1151 hbq_entry_index * sizeof(struct lpfc_hbq_entry); in lpfc_config_hbq()
Dlpfc_sli.c1645 static struct lpfc_hbq_entry *
1676 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt + in lpfc_sli_next_hbq_slot()
1768 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3()
4382 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry); in lpfc_sli_hbq_size()
Dlpfc_init.c6397 sizeof(struct lpfc_hbq_entry)); in lpfc_sli_pci_mem_setup()