Lines Matching refs:acqe_fip

4992 			struct lpfc_acqe_fip *acqe_fip)  in lpfc_sli4_async_fip_evt()  argument
4994 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
5003 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5004 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5013 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5014 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5020 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5021 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5032 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5033 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5059 acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5071 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip), in lpfc_sli4_async_fip_evt()
5072 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5076 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5079 "tag:x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5086 (phba->fcf.current_rec.fcf_indx != acqe_fip->index)) { in lpfc_sli4_async_fip_evt()
5089 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5095 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index) in lpfc_sli4_async_fip_evt()
5112 "\n", acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5139 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5142 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5145 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5203 "evt_tag:x%x\n", acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5230 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5307 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip); in lpfc_sli4_async_event_proc()