Lines Matching refs:acqe_fip

6741 			struct lpfc_acqe_fip *acqe_fip)  in lpfc_sli4_async_fip_evt()  argument
6743 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
6751 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
6752 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
6760 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
6761 acqe_fip->index); in lpfc_sli4_async_fip_evt()
6767 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
6768 acqe_fip->index); in lpfc_sli4_async_fip_evt()
6779 acqe_fip->index); in lpfc_sli4_async_fip_evt()
6780 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
6806 acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
6818 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip), in lpfc_sli4_async_fip_evt()
6819 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
6823 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
6826 "tag:x%x\n", acqe_fip->index, in lpfc_sli4_async_fip_evt()
6827 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
6834 (phba->fcf.current_rec.fcf_indx != acqe_fip->index)) { in lpfc_sli4_async_fip_evt()
6837 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
6843 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index) in lpfc_sli4_async_fip_evt()
6860 "\n", acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
6887 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
6891 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
6894 acqe_fip->index); in lpfc_sli4_async_fip_evt()
6951 "evt_tag:x%x\n", acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
6978 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
7344 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip); in lpfc_sli4_async_event_proc()