Lines Matching refs:acqe_fip

4328 			struct lpfc_acqe_fip *acqe_fip)  in lpfc_sli4_async_fip_evt()  argument
4330 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
4339 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4340 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4349 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
4350 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4356 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
4357 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4368 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4369 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4395 acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4407 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip), in lpfc_sli4_async_fip_evt()
4408 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4412 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4415 "tag:x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4424 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4430 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index) in lpfc_sli4_async_fip_evt()
4447 "\n", acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
4474 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
4477 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4480 acqe_fip->index); in lpfc_sli4_async_fip_evt()
4538 "evt_tag:x%x\n", acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4565 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
4642 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip); in lpfc_sli4_async_event_proc()