Home
last modified time | relevance | path

Searched refs:acqe_fip (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c5532 struct lpfc_acqe_fip *acqe_fip) in lpfc_sli4_async_fip_evt() argument
5534 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
5543 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5544 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5553 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5554 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5560 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5561 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5572 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5573 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
[all …]
Dlpfc_sli.h44 struct lpfc_acqe_fip acqe_fip; member