Lines Matching refs:acqe_fc

5037 	bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
5042 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
5047 struct lpfc_acqe_fc_la *acqe_fc) in lpfc_update_trunk_link_status() argument
5049 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc); in lpfc_update_trunk_link_status()
5050 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc); in lpfc_update_trunk_link_status()
5054 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
5057 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_update_trunk_link_status()
5062 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
5064 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) { in lpfc_update_trunk_link_status()
5066 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc) in lpfc_update_trunk_link_status()
5070 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) { in lpfc_update_trunk_link_status()
5072 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc) in lpfc_update_trunk_link_status()
5076 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) { in lpfc_update_trunk_link_status()
5078 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc) in lpfc_update_trunk_link_status()
5082 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) { in lpfc_update_trunk_link_status()
5084 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc) in lpfc_update_trunk_link_status()
5123 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
5131 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
5135 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
5139 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
5141 lpfc_update_trunk_link_status(phba, acqe_fc); in lpfc_sli4_async_fc_evt()
5148 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
5151 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
5153 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
5155 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
5157 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
5159 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
5161 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
5166 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
5231 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc); in lpfc_sli4_async_fc_evt()
5235 la->eventTag = acqe_fc->event_tag; in lpfc_sli4_async_fc_evt()
5858 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()