Lines Matching refs:reset_code
3980 uint32_t reset_code = 0; in bxe_send_unload_req() local
3988 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3992 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bxe_send_unload_req()
4023 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bxe_send_unload_req()
4027 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
4032 reset_code = bxe_fw_command(sc, reset_code, 0); in bxe_send_unload_req()
4034 reset_code = bxe_nic_unload_no_mcp(sc); in bxe_send_unload_req()
4037 return (reset_code); in bxe_send_unload_req()
4249 uint32_t reset_code; in bxe_chip_cleanup() local
4304 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
4347 rc = bxe_reset_hw(sc, reset_code); in bxe_chip_cleanup()