Lines Matching refs:acqe_fc
4004 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
4010 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
4014 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
4020 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
4023 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
4025 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
4027 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
4029 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
4031 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
4033 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
4633 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()