Lines Matching refs:acqe_fip
4314 struct lpfc_acqe_fip *acqe_fip) in lpfc_sli4_async_fip_evt() argument
4316 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
4325 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4326 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4335 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
4336 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4342 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
4343 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4354 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4355 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4381 acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4393 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip), in lpfc_sli4_async_fip_evt()
4394 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4398 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4401 "tag:x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4410 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4416 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index) in lpfc_sli4_async_fip_evt()
4433 "\n", acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4460 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4463 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4466 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4518 "evt_tag:x%x\n", acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4545 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4622 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip); in lpfc_sli4_async_event_proc()