__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
/* QLogic qed NIC Driver
* Copyright (c) 2015-2017 QLogic Corporation
* Copyright (c) 2019-2020 Marvell International Ltd.
*/
#ifndef _QED_IOV_IF_H
#define _QED_IOV_IF_H
#include <linux/qed/qed_if.h>
/* Structs used by PF to control and manipulate child VFs */
struct qed_iov_hv_ops {
int (*configure)(struct qed_dev *cdev, int num_vfs_param);
int (*set_mac) (struct qed_dev *cdev, u8 *mac, int vfid);
int (*set_vlan) (struct qed_dev *cdev, u16 vid, int vfid);
int (*get_config) (struct qed_dev *cdev, int vf_id,
struct ifla_vf_info *ivi);
int (*set_link_state) (struct qed_dev *cdev, int vf_id,
int link_state);
int (*set_spoof) (struct qed_dev *cdev, int vfid, bool val);
int (*set_rate) (struct qed_dev *cdev, int vfid,
u32 min_rate, u32 max_rate);
int (*set_trust) (struct qed_dev *cdev, int vfid, bool trust);
};
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| common_hsi.h | File | 48.97 KB | 0644 |
|
| eth_common.h | File | 14.2 KB | 0644 |
|
| fcoe_common.h | File | 24.26 KB | 0644 |
|
| iscsi_common.h | File | 47.67 KB | 0644 |
|
| iwarp_common.h | File | 852 B | 0644 |
|
| nvmetcp_common.h | File | 17.85 KB | 0644 |
|
| qed_chain.h | File | 16.53 KB | 0644 |
|
| qed_eth_if.h | File | 9.14 KB | 0644 |
|
| qed_fcoe_if.h | File | 4.03 KB | 0644 |
|
| qed_if.h | File | 34.06 KB | 0644 |
|
| qed_iov_if.h | File | 930 B | 0644 |
|
| qed_iscsi_if.h | File | 5.93 KB | 0644 |
|
| qed_ll2_if.h | File | 6.16 KB | 0644 |
|
| qed_nvmetcp_if.h | File | 7.33 KB | 0644 |
|
| qed_rdma_if.h | File | 17.93 KB | 0644 |
|
| qede_rdma.h | File | 1.88 KB | 0644 |
|
| rdma_common.h | File | 1.21 KB | 0644 |
|
| roce_common.h | File | 1.24 KB | 0644 |
|
| storage_common.h | File | 3.76 KB | 0644 |
|
| tcp_common.h | File | 6.65 KB | 0644 |
|