Lines Matching refs:acqe_fc
6119 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6124 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6129 struct lpfc_acqe_fc_la *acqe_fc) in lpfc_update_trunk_link_status() argument
6131 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc); in lpfc_update_trunk_link_status()
6132 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc); in lpfc_update_trunk_link_status()
6137 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6140 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_update_trunk_link_status()
6145 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6147 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) { in lpfc_update_trunk_link_status()
6149 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc) in lpfc_update_trunk_link_status()
6154 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) { in lpfc_update_trunk_link_status()
6156 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc) in lpfc_update_trunk_link_status()
6161 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) { in lpfc_update_trunk_link_status()
6163 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc) in lpfc_update_trunk_link_status()
6168 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) { in lpfc_update_trunk_link_status()
6170 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc) in lpfc_update_trunk_link_status()
6219 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
6227 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
6231 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
6235 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6237 lpfc_update_trunk_link_status(phba, acqe_fc); in lpfc_sli4_async_fc_evt()
6244 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
6247 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
6249 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6251 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6253 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
6255 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
6257 bf_get(lpfc_acqe_fc_la_link_status, acqe_fc); in lpfc_sli4_async_fc_evt()
6265 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6270 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
6316 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
6366 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc); in lpfc_sli4_async_fc_evt()
6370 la->eventTag = acqe_fc->event_tag; in lpfc_sli4_async_fc_evt()
7344 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()