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)
5165 uint8_t port_fault = bf_get(lpfc_acqe_fc_la_trunk_linkmask, acqe_fc);
5166 uint8_t err = bf_get(lpfc_acqe_fc_la_trunk_fault, acqe_fc);
5170 bf_get(lpfc_acqe_fc_la_speed, acqe_fc));
5173 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10;
5178 bf_get(lpfc_acqe_fc_la_speed, acqe_fc));
5180 if (bf_get(lpfc_acqe_fc_la_trunk_config_port0, acqe_fc)) {
5182 bf_get(lpfc_acqe_fc_la_trunk_link_status_port0, acqe_fc)
5186 if (bf_get(lpfc_acqe_fc_la_trunk_config_port1, acqe_fc)) {
5188 bf_get(lpfc_acqe_fc_la_trunk_link_status_port1, acqe_fc)
5192 if (bf_get(lpfc_acqe_fc_la_trunk_config_port2, acqe_fc)) {
5194 bf_get(lpfc_acqe_fc_la_trunk_link_status_port2, acqe_fc)
5198 if (bf_get(lpfc_acqe_fc_la_trunk_config_port3, acqe_fc)) {
5200 bf_get(lpfc_acqe_fc_la_trunk_link_status_port3, acqe_fc)
5232 * @acqe_fc: pointer to the async fc completion queue entry.
5239 lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc)
5247 if (bf_get(lpfc_trailer_type, acqe_fc) !=
5251 bf_get(lpfc_trailer_type, acqe_fc));
5255 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) ==
5257 lpfc_update_trunk_link_status(phba, acqe_fc);
5264 bf_get(lpfc_acqe_fc_la_speed, acqe_fc));
5267 bf_get(lpfc_acqe_fc_la_topology, acqe_fc);
5269 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc);
5271 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc);
5273 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc);
5275 bf_get(lpfc_acqe_link_fault, acqe_fc);
5277 if (bf_get(lpfc_acqe_fc_la_att_type, acqe_fc) ==
5282 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10;
5347 lpfc_sli4_parse_latt_fault(phba, (void *)acqe_fc);
5351 la->eventTag = acqe_fc->event_tag;
5994 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc);