Searched refs:magic_val (Results 1 – 1 of 1) sorted by relevance
6024 static void bnx2x_clp_reset_prep(struct bnx2x_softc *sc, uint32_t * magic_val) in bnx2x_clp_reset_prep() argument6028 *magic_val = val & SHARED_MF_CLP_MAGIC; in bnx2x_clp_reset_prep()6033 static void bnx2x_clp_reset_done(struct bnx2x_softc *sc, uint32_t magic_val) in bnx2x_clp_reset_done() argument6038 (val & (~SHARED_MF_CLP_MAGIC)) | magic_val); in bnx2x_clp_reset_done()6042 static void bnx2x_reset_mcp_prep(struct bnx2x_softc *sc, uint32_t * magic_val) in bnx2x_reset_mcp_prep() argument6048 bnx2x_clp_reset_prep(sc, magic_val); in bnx2x_reset_mcp_prep()6100 static int bnx2x_reset_mcp_comp(struct bnx2x_softc *sc, uint32_t magic_val) in bnx2x_reset_mcp_comp() argument6105 bnx2x_clp_reset_done(sc, magic_val); in bnx2x_reset_mcp_comp()