Searched refs:p_aeu (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c903 * @param p_aeu - descriptor of an AEU bit which caused the attention
912 struct aeu_invert_reg_bit *p_aeu,
924 if (p_aeu->cb) {
927 rc = p_aeu->cb(p_hwfn);
934 if (p_aeu->block_index != MAX_BLOCK_ID)
935 ecore_int_attn_print(p_hwfn, p_aeu->block_index,
947 if (p_aeu->flags & ATTENTION_CLEAR_ENABLE ||
964 * @param p_aeu - descriptor of an AEU bit which caused the parity
969 struct aeu_invert_reg_bit *p_aeu,
972 u32 block_id = p_aeu
911 ecore_int_deassertion_aeu_bit(struct ecore_hwfn *p_hwfn, struct aeu_invert_reg_bit *p_aeu, u32 aeu_en_reg, const char *p_bit_name, u32 bitmask) argument
968 ecore_int_deassertion_parity(struct ecore_hwfn *p_hwfn, struct aeu_invert_reg_bit *p_aeu, u32 aeu_en_reg, u8 bit_index) argument
1027 struct aeu_invert_reg *p_aeu = &sb_attn_sw->p_aeu_desc[i]; local
1052 struct aeu_invert_reg_bit *p_aeu; local
1387 struct aeu_invert_reg_bit *p_aeu; local
[all...]

Completed in 24 milliseconds