Skip to content
Snippets Groups Projects
Select Git revision
  • a8939784a17a54566e8d8ab26e9a9c36e4598281
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

ice_ethtool.c

Blame
  • block-migration.h 504 B
    /*
     * QEMU live block migration
     *
     * Copyright IBM, Corp. 2009
     *
     * Authors:
     *  Liran Schour   <lirans@il.ibm.com>
     *
     * This work is licensed under the terms of the GNU GPL, version 2.  See
     * the COPYING file in the top-level directory.
     *
     */
    
    #ifndef BLOCK_MIGRATION_H
    #define BLOCK_MIGRATION_H
    
    void blk_mig_init(void);
    int blk_mig_active(void);
    uint64_t blk_mig_bytes_transferred(void);
    uint64_t blk_mig_bytes_remaining(void);
    uint64_t blk_mig_bytes_total(void);
    
    #endif /* BLOCK_MIGRATION_H */