Lines Matching refs:acqe_fc
5153 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
5158 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
5163 struct lpfc_acqe_fc_la *acqe_fc) in lpfc_update_trunk_link_status() argument
5165 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc); in lpfc_update_trunk_link_status()
5166 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc); in lpfc_update_trunk_link_status()
5170 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
5173 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_update_trunk_link_status()
5178 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
5180 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) { in lpfc_update_trunk_link_status()
5182 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc) in lpfc_update_trunk_link_status()
5186 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) { in lpfc_update_trunk_link_status()
5188 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc) in lpfc_update_trunk_link_status()
5192 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) { in lpfc_update_trunk_link_status()
5194 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc) in lpfc_update_trunk_link_status()
5198 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) { in lpfc_update_trunk_link_status()
5200 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc) in lpfc_update_trunk_link_status()
5239 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
5247 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
5251 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
5255 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
5257 lpfc_update_trunk_link_status(phba, acqe_fc); in lpfc_sli4_async_fc_evt()
5264 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
5267 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
5269 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
5271 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
5273 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
5275 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
5277 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
5282 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
5347 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc); in lpfc_sli4_async_fc_evt()
5351 la->eventTag = acqe_fc->event_tag; in lpfc_sli4_async_fc_evt()
5994 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()