iavf.h (48ccc43ecf1096e8e2cdf46844125c2dc9fa49f6) iavf.h (ccd219d2ea13a69881012569ea6ea33f46d684de)
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright(c) 2013 - 2018 Intel Corporation. */
3
4#ifndef _IAVF_H_
5#define _IAVF_H_
6
7#include <linux/module.h>
8#include <linux/pci.h>

--- 474 unchanged lines hidden (view full) ---

483void iavf_napi_del_all(struct iavf_adapter *adapter);
484
485int iavf_send_api_ver(struct iavf_adapter *adapter);
486int iavf_verify_api_ver(struct iavf_adapter *adapter);
487int iavf_send_vf_config_msg(struct iavf_adapter *adapter);
488int iavf_get_vf_config(struct iavf_adapter *adapter);
489int iavf_get_vf_vlan_v2_caps(struct iavf_adapter *adapter);
490int iavf_send_vf_offload_vlan_v2_msg(struct iavf_adapter *adapter);
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright(c) 2013 - 2018 Intel Corporation. */
3
4#ifndef _IAVF_H_
5#define _IAVF_H_
6
7#include <linux/module.h>
8#include <linux/pci.h>

--- 474 unchanged lines hidden (view full) ---

483void iavf_napi_del_all(struct iavf_adapter *adapter);
484
485int iavf_send_api_ver(struct iavf_adapter *adapter);
486int iavf_verify_api_ver(struct iavf_adapter *adapter);
487int iavf_send_vf_config_msg(struct iavf_adapter *adapter);
488int iavf_get_vf_config(struct iavf_adapter *adapter);
489int iavf_get_vf_vlan_v2_caps(struct iavf_adapter *adapter);
490int iavf_send_vf_offload_vlan_v2_msg(struct iavf_adapter *adapter);
491void iavf_set_queue_vlan_tag_loc(struct iavf_adapter *adapter);
491void iavf_irq_enable(struct iavf_adapter *adapter, bool flush);
492void iavf_configure_queues(struct iavf_adapter *adapter);
493void iavf_deconfigure_queues(struct iavf_adapter *adapter);
494void iavf_enable_queues(struct iavf_adapter *adapter);
495void iavf_disable_queues(struct iavf_adapter *adapter);
496void iavf_map_queues(struct iavf_adapter *adapter);
497int iavf_request_queues(struct iavf_adapter *adapter, int num);
498void iavf_add_ether_addrs(struct iavf_adapter *adapter);

--- 35 unchanged lines hidden ---
492void iavf_irq_enable(struct iavf_adapter *adapter, bool flush);
493void iavf_configure_queues(struct iavf_adapter *adapter);
494void iavf_deconfigure_queues(struct iavf_adapter *adapter);
495void iavf_enable_queues(struct iavf_adapter *adapter);
496void iavf_disable_queues(struct iavf_adapter *adapter);
497void iavf_map_queues(struct iavf_adapter *adapter);
498int iavf_request_queues(struct iavf_adapter *adapter, int num);
499void iavf_add_ether_addrs(struct iavf_adapter *adapter);

--- 35 unchanged lines hidden ---