Lines Matching full:attention

76 	/* Callback to call if attention will be triggered */
89 /* Specific HW attention callbacks */
362 DP_INFO(p_hwfn, "General attention 35!\n"); in qed_general_attention_35()
486 DP_NOTICE(p_hwfn->cdev, "DORQ attention. int_sts was %x\n", int_sts); in qed_dorq_attn_int_sts()
534 DP_INFO(p_hwfn, "DORQ fatal attention\n"); in qed_dorq_attn_int_sts()
555 /* Call DORQ callback if the attention was missed */ in qed_dorq_attn_handler()
612 {"General Attention %d",
619 {"General Attention 32", ATTENTION_SINGLE |
622 {"General Attention %d",
625 {"General Attention 35", ATTENTION_SINGLE |
815 /* A pointer to the attention description structure */
821 /* Cleanup address for the link's general hw attention */
840 * qed_int_assertion() - Handle asserted attention bits.
852 /* Mask the source of the attention in the IGU */ in qed_int_assertion()
868 /* Clean the MCP attention */ in qed_int_assertion()
898 "Failed to parse attention information [status: %s]\n", in qed_int_attn_print()
906 * cause of the attention.
909 * @p_aeu: Descriptor of an AEU bit which caused the attention.
927 DP_INFO(p_hwfn, "Deasserted attention `%s'[%08x]\n", in qed_int_deassertion_aeu_bit()
932 DP_INFO(p_hwfn, "`%s (attention)': Calling Callback function\n", in qed_int_deassertion_aeu_bit()
945 /* Reach assertion if attention is fatal */ in qed_int_deassertion_aeu_bit()
948 "`%s': Fatal attention\n", in qed_int_deassertion_aeu_bit()
950 else /* If the attention is benign, no need to prevent it */ in qed_int_deassertion_aeu_bit()
953 /* Prevent this Attention from being asserted in the future */ in qed_int_deassertion_aeu_bit()
985 "%s parity attention is set [address 0x%08x, bit %d]\n", in qed_int_deassertion_parity()
1025 /* Read the attention registers in the AEU */ in qed_int_deassertion()
1060 /* Find non-parity cause for attention and act */ in qed_int_deassertion()
1064 /* Handle only groups whose attention is currently deasserted */ in qed_int_deassertion()
1130 /* Handle source of the attention */ in qed_int_deassertion()
1143 /* Handle missed DORQ attention */ in qed_int_deassertion()
1173 /* Read current attention bits/acks - safeguard against attentions in qed_int_attentions()
1185 /* Attention / Deassertion are meaningful (and in correct state) in qed_int_attentions()
1187 * when previous attention & current ack, and assertion when current in qed_int_attentions()
1188 * attention with no previous attention in qed_int_attentions()
1197 …"Attention: Index: 0x%04x, Bits: 0x%08x, Acks: 0x%08x, asserted: 0x%04x, De-asserted 0x%04x [Prev.… in qed_int_attentions()
1202 "MFW indication via attention\n"); in qed_int_attentions()
1296 "Attention indices: 0x%08x --> 0x%08x\n", in qed_int_sp_dpc()
1329 * since otherwise a new attention will be generated. in qed_int_sp_dpc()
1361 /* Configure Attention Status Block in IGU */ in qed_int_sb_attn_setup()
1399 /* Set the address of cleanup for the mcp attention */ in qed_int_sb_attn_init()
1429 /* Attention setup */ in qed_int_sb_attn_alloc()