/* Broadcom NetXtreme-C/E network driver. * * Copyright (c) 2014-2015 Broadcom Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation. */#ifndef BNXT_SRIOV_H#define BNXT_SRIOV_Hintbnxt_get_vf_config(structnet_device*,int,structifla_vf_info*);intbnxt_set_vf_mac(structnet_device*,int,u8*);intbnxt_set_vf_vlan(structnet_device*,int,u16,u8);intbnxt_set_vf_bw(structnet_device*,int,int,int);intbnxt_set_vf_link_state(structnet_device*,int,int);intbnxt_set_vf_spoofchk(structnet_device*,int,bool);intbnxt_sriov_configure(structpci_dev*pdev,intnum_vfs);voidbnxt_sriov_disable(structbnxt*);voidbnxt_hwrm_exec_fwd_req(structbnxt*);