enic_api.h 367 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* Copyright 2013 Cisco Systems, Inc. All rights reserved. */
  3. #ifndef __ENIC_API_H__
  4. #define __ENIC_API_H__
  5. #include <linux/netdevice.h>
  6. #include "vnic_dev.h"
  7. #include "vnic_devcmd.h"
  8. int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf,
  9. enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait);
  10. #endif