Home
last modified time | relevance | path

Searched refs:magic_val (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c9555 static void bnx2x_clp_reset_prep(struct bnx2x *bp, u32 *magic_val) in bnx2x_clp_reset_prep() argument
9559 *magic_val = val & SHARED_MF_CLP_MAGIC; in bnx2x_clp_reset_prep()
9569 static void bnx2x_clp_reset_done(struct bnx2x *bp, u32 magic_val) in bnx2x_clp_reset_done() argument
9574 (val & (~SHARED_MF_CLP_MAGIC)) | magic_val); in bnx2x_clp_reset_done()
9585 static void bnx2x_reset_mcp_prep(struct bnx2x *bp, u32 *magic_val) in bnx2x_reset_mcp_prep() argument
9594 bnx2x_clp_reset_prep(bp, magic_val); in bnx2x_reset_mcp_prep()
9658 static int bnx2x_reset_mcp_comp(struct bnx2x *bp, u32 magic_val) in bnx2x_reset_mcp_comp() argument
9664 bnx2x_clp_reset_done(bp, magic_val); in bnx2x_reset_mcp_comp()