Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hw4.h4132 struct lpfc_bmbx_create { struct
H A Dlpfc_sli.c8783 struct lpfc_bmbx_create *mbox_rgn; in lpfc_sli4_post_sync_mbox()
8818 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create)); in lpfc_sli4_post_sync_mbox()
8846 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt; in lpfc_sli4_post_sync_mbox()
H A Dlpfc_init.c8320 bmbx_size = sizeof(struct lpfc_bmbx_create) + (LPFC_ALIGN_16_BYTE - 1); in lpfc_create_bootstrap_mbox()