Lines Matching refs:acqe_fip

5664 			struct lpfc_acqe_fip *acqe_fip)  in lpfc_sli4_async_fip_evt()  argument
5666 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip); in lpfc_sli4_async_fip_evt()
5675 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5676 phba->fcoe_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5684 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5685 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5691 acqe_fip->event_tag, in lpfc_sli4_async_fip_evt()
5692 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5703 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5704 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5730 acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5742 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip), in lpfc_sli4_async_fip_evt()
5743 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5747 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5750 "tag:x%x\n", acqe_fip->index, in lpfc_sli4_async_fip_evt()
5751 acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5758 (phba->fcf.current_rec.fcf_indx != acqe_fip->index)) { in lpfc_sli4_async_fip_evt()
5761 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5767 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index) in lpfc_sli4_async_fip_evt()
5784 "\n", acqe_fip->event_tag, acqe_fip->index); in lpfc_sli4_async_fip_evt()
5811 phba->fcoe_cvl_eventtag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt()
5815 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5818 acqe_fip->index); in lpfc_sli4_async_fip_evt()
5876 "evt_tag:x%x\n", acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5903 "0x%x\n", event_type, acqe_fip->event_tag); in lpfc_sli4_async_fip_evt()
5983 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip); in lpfc_sli4_async_event_proc()