Lines Matching refs:acqe_fc
6178 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6183 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6188 struct lpfc_acqe_fc_la *acqe_fc) in lpfc_update_trunk_link_status() argument
6190 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc); in lpfc_update_trunk_link_status()
6191 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc); in lpfc_update_trunk_link_status()
6196 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6199 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_update_trunk_link_status()
6204 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6206 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) { in lpfc_update_trunk_link_status()
6208 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc) in lpfc_update_trunk_link_status()
6213 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) { in lpfc_update_trunk_link_status()
6215 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc) in lpfc_update_trunk_link_status()
6220 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) { in lpfc_update_trunk_link_status()
6222 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc) in lpfc_update_trunk_link_status()
6227 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) { in lpfc_update_trunk_link_status()
6229 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc) in lpfc_update_trunk_link_status()
6278 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
6285 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
6289 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
6293 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6295 lpfc_update_trunk_link_status(phba, acqe_fc); in lpfc_sli4_async_fc_evt()
6302 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
6305 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
6307 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6309 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6311 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
6313 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
6315 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6320 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
6379 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc); in lpfc_sli4_async_fc_evt()
6383 la->eventTag = acqe_fc->event_tag; in lpfc_sli4_async_fc_evt()
7355 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()