Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c6024 static void bnx2x_clp_reset_prep(struct bnx2x_softc *sc, uint32_t * magic_val) in bnx2x_clp_reset_prep() argument
6028 *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() argument
6038 (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() argument
6048 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() argument
6105 bnx2x_clp_reset_done(sc, magic_val); in bnx2x_reset_mcp_comp()