net/qede/base: mask Rx buffer attention bits
Mask the BRB "RC0_EOP_OUT_SYNC_FIFO_PUSH_ERROR" attention. Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
This commit is contained in:
parent
3ca097bbb2
commit
f061e24d8d
@ -1051,6 +1051,12 @@ static enum _ecore_status_t ecore_hw_init_common(struct ecore_hwfn *p_hwfn,
|
||||
/* pretend to original PF */
|
||||
ecore_fid_pretend(p_hwfn, p_ptt, p_hwfn->rel_pf_id);
|
||||
|
||||
/* @@@TMP:
|
||||
* CQ89456 - Mask the BRB "RC0_EOP_OUT_SYNC_FIFO_PUSH_ERROR" attention.
|
||||
*/
|
||||
if (ECORE_IS_AH(p_dev))
|
||||
ecore_wr(p_hwfn, p_ptt, BRB_REG_INT_MASK_10, 0x4000000);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
@ -1141,3 +1141,6 @@
|
||||
#define NIG_REG_LLH_TAGMAC_DEF_PF_VECTOR 0x50196cUL
|
||||
#define PRS_REG_MSG_INFO 0x1f0a1cUL
|
||||
#define BAR0_MAP_REG_XSDM_RAM 0x1e00000UL
|
||||
|
||||
/* 8.18.7.0 FW */
|
||||
#define BRB_REG_INT_MASK_10 0x3401b8UL
|
||||
|
Loading…
Reference in New Issue
Block a user