Searched refs:acqe_fip (Results 1 – 2 of 2) sorted by relevance
5664 struct lpfc_acqe_fip *acqe_fip) in lpfc_sli4_async_fip_evt() argument5666 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()5675 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()5676 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()5684 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()5685 acqe_fip->index); in lpfc_sli4_async_fip_evt()5691 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()5692 acqe_fip->index); in lpfc_sli4_async_fip_evt()5703 acqe_fip->index); in lpfc_sli4_async_fip_evt()5704 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()[all …]
44 struct lpfc_acqe_fip acqe_fip; member