Lines Matching refs:acqe_fc

6047 	bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6052 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\
6057 struct lpfc_acqe_fc_la *acqe_fc) in lpfc_update_trunk_link_status() argument
6059 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc); in lpfc_update_trunk_link_status()
6060 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc); in lpfc_update_trunk_link_status()
6064 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6067 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_update_trunk_link_status()
6072 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_update_trunk_link_status()
6074 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) { in lpfc_update_trunk_link_status()
6076 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc) in lpfc_update_trunk_link_status()
6080 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) { in lpfc_update_trunk_link_status()
6082 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc) in lpfc_update_trunk_link_status()
6086 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) { in lpfc_update_trunk_link_status()
6088 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc) in lpfc_update_trunk_link_status()
6092 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) { in lpfc_update_trunk_link_status()
6094 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc) in lpfc_update_trunk_link_status()
6136 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc) in lpfc_sli4_async_fc_evt() argument
6144 if (bf_get(lpfc_trailer_type, acqe_fc) != in lpfc_sli4_async_fc_evt()
6148 bf_get(lpfc_trailer_type, acqe_fc)); in lpfc_sli4_async_fc_evt()
6152 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6154 lpfc_update_trunk_link_status(phba, acqe_fc); in lpfc_sli4_async_fc_evt()
6161 bf_get(lpfc_acqe_fc_la_speed, acqe_fc)); in lpfc_sli4_async_fc_evt()
6164 bf_get(lpfc_acqe_fc_la_topology, acqe_fc); in lpfc_sli4_async_fc_evt()
6166 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6168 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc); in lpfc_sli4_async_fc_evt()
6170 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc); in lpfc_sli4_async_fc_evt()
6172 bf_get(lpfc_acqe_link_fault, acqe_fc); in lpfc_sli4_async_fc_evt()
6174 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) == in lpfc_sli4_async_fc_evt()
6179 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10; in lpfc_sli4_async_fc_evt()
6244 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc); in lpfc_sli4_async_fc_evt()
6248 la->eventTag = acqe_fc->event_tag; in lpfc_sli4_async_fc_evt()
7193 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc); in lpfc_sli4_async_event_proc()