Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c8103 static void bnx2x_clp_reset_prep(struct bnx2x *bp, u32 *magic_val) in bnx2x_clp_reset_prep() argument
8107 *magic_val = val & SHARED_MF_CLP_MAGIC; in bnx2x_clp_reset_prep()
8117 static void bnx2x_clp_reset_done(struct bnx2x *bp, u32 magic_val) in bnx2x_clp_reset_done() argument
8122 (val & (~SHARED_MF_CLP_MAGIC)) | magic_val); in bnx2x_clp_reset_done()
8133 static void bnx2x_reset_mcp_prep(struct bnx2x *bp, u32 *magic_val) in bnx2x_reset_mcp_prep() argument
8142 bnx2x_clp_reset_prep(bp, magic_val); in bnx2x_reset_mcp_prep()
8196 static int bnx2x_reset_mcp_comp(struct bnx2x *bp, u32 magic_val) in bnx2x_reset_mcp_comp() argument
8202 bnx2x_clp_reset_done(bp, magic_val); in bnx2x_reset_mcp_comp()