Searched refs:acqe_fip (Results 1 – 2 of 2) sorted by relevance
3466 struct lpfc_acqe_fip *acqe_fip) in lpfc_sli4_async_fip_evt() argument3468 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()3477 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()3478 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()3487 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()3488 acqe_fip->index); in lpfc_sli4_async_fip_evt()3494 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()3495 acqe_fip->index); in lpfc_sli4_async_fip_evt()3506 acqe_fip->index); in lpfc_sli4_async_fip_evt()3507 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()[all …]
37 struct lpfc_acqe_fip acqe_fip; member