/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.h | 86 u16 __always_unused vf_id, const u8 __always_unused *mac) in __ice_set_vf_mac() 93 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac() 100 int __always_unused vf_id, in ice_get_vf_cfg() 108 int __always_unused vf_id, bool __always_unused trusted) in ice_set_vf_trust() 115 int __always_unused vf_id, u16 __always_unused vid, in ice_set_vf_port_vlan() 123 int __always_unused vf_id, bool __always_unused ena) in ice_set_vf_spoofchk() 130 int __always_unused vf_id, int __always_unused link_state) in ice_set_vf_link_state() 137 int __always_unused vf_id, int __always_unused min_tx_rate, in ice_set_vf_bw() 151 int __always_unused vf_id, in ice_get_vf_stats()
|
H A D | ice_sriov.c | 809 for (u16 vf_id = 0; vf_id < num_vfs; vf_id++) { in ice_create_vf_entries() local 1325 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk() 1386 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg() 1434 int __ice_set_vf_mac(struct ice_pf *pf, u16 vf_id, const u8 *mac) in __ice_set_vf_mac() 1497 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() 1510 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust() 1557 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) in ice_set_vf_link_state() 1660 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in ice_set_vf_bw() 1729 int ice_get_vf_stats(struct net_device *netdev, int vf_id, in ice_get_vf_stats() 1811 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan()
|
H A D | ice_vf_lib.h | 104 u16 vf_id; /* VF ID in the PF space */ member 246 static inline struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) in ice_get_vf_by_id()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.c | 52 static void hinic_notify_vf_link_status(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_notify_vf_link_status() 89 static u16 hinic_vf_info_vlanprio(struct hinic_hwdev *hwdev, int vf_id) in hinic_vf_info_vlanprio() 103 u8 qos, int vf_id) in hinic_set_vf_vlan() 134 static int hinic_set_vf_tx_rate_max_min(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate_max_min() 164 static int hinic_set_vf_rate_limit(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_rate_limit() 193 static int hinic_set_vf_tx_rate(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate() 212 static int hinic_init_vf_config(struct hinic_hwdev *hwdev, u16 vf_id) in hinic_init_vf_config() 257 static int hinic_register_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_register_vf_msg_handler() 286 static int hinic_unregister_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_unregister_vf_msg_handler() 303 static int hinic_change_vf_mtu_msg_handler(void *hwdev, u16 vf_id, in hinic_change_vf_mtu_msg_handler() [all …]
|
H A D | hinic_hw_mbox.c | 340 u16 vf_id = 0; in recv_pf_from_vf_mbox_handler() local 1085 enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_to_vf() 1235 u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_check_cmd_valid() 1364 static int comm_pf_mbox_handler(void *handle, u16 vf_id, u8 cmd, void *buf_in, in comm_pf_mbox_handler()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | 82 i40e_notify_client_of_vf_msg(struct i40e_vsi *vsi, u32 vf_id, u8 *msg, u16 len) in i40e_notify_client_of_vf_msg() 193 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset() 245 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) in i40e_vf_client_capable() 537 u32 vf_id, u8 *msg, u16 len) in i40e_client_virtchnl_send() 665 bool is_vf, u32 vf_id, in i40e_client_update_vsi_ctxt()
|
/linux/include/linux/pds/ |
H A D | pds_adminq.h | 631 __le16 vf_id; member 643 __le16 vf_id; member 678 __le16 vf_id; member 693 __le16 vf_id; member 720 __le16 vf_id; member 746 __le16 vf_id; member 783 __le16 vf_id; member 816 __le16 vf_id; member 857 __le16 vf_id; member 870 __le16 vf_id; member [all …]
|
/linux/drivers/virtio/ |
H A D | virtio_pci_admin_legacy_io.c | 43 int vf_id; in virtio_pci_admin_legacy_io_write() local 117 int vf_id; in virtio_pci_admin_legacy_io_read() local 203 int vf_id; in virtio_pci_admin_legacy_io_notify_info() local
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_bsg.h | 176 u16 vf_id; member 292 u16 vf_id; member 300 u16 vf_id; member 308 u16 vf_id; member 316 u16 vf_id; member 326 u16 vf_id; member 337 u16 vf_id; member 346 u16 vf_id; member 358 u16 vf_id; member 366 u16 vf_id; member [all …]
|
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nic.h | 285 u8 vf_id; member 427 u8 vf_id; member 463 u8 vf_id; member 470 u8 vf_id; member 477 u8 vf_id; member 485 u8 vf_id; member 492 u8 vf_id; member 502 u8 vf_id; member 520 u8 vf_id; member 526 u8 vf_id; member [all …]
|
H A D | thunder_bgx.c | 258 static void bgx_lmac_remove_filters(struct lmac *lmac, u8 vf_id) in bgx_lmac_remove_filters() 280 static int bgx_lmac_save_filter(struct lmac *lmac, u64 dmac, u8 vf_id) in bgx_lmac_save_filter() 332 u64 cam_dmac, u8 vf_id) in bgx_set_dmac_cam_filter() 388 void bgx_reset_xcast_mode(int node, int bgx_idx, int lmacid, u8 vf_id) in bgx_reset_xcast_mode()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | sriov.c | 337 int vf_id, in mlx5_sriov_blocking_notifier_unregister() 363 int vf_id, in mlx5_sriov_blocking_notifier_register()
|
/linux/include/linux/qat/ |
H A D | qat_mig_dev.h | 14 s32 vf_id; member
|
/linux/drivers/vfio/pci/pds/ |
H A D | vfio_dev.h | 23 int vf_id; member
|
H A D | vfio_dev.c | 122 int err, vf_id, pci_id; in pds_vfio_init_device() local
|
/linux/drivers/vdpa/pds/ |
H A D | aux_drv.h | 20 int vf_id; member
|
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf.h | 16 u8 vf_id; /* Virtual function index */ member
|
H A D | otx2_cptpf_mbox.c | 520 int vf_id, int size) in forward_to_vf() 570 int offset, vf_id, i; in otx2_cptpf_afpf_mbox_handler() local
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_mbox.c | 60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
|
H A D | otx_cptpf_mbox.c | 59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.c | 194 static int bnx2x_get_vf_id(struct bnx2x *bp, u32 *vf_id) in bnx2x_get_vf_id() 230 u32 vf_id; in bnx2x_vfpf_acquire() local 399 u32 rc, vf_id; in bnx2x_vfpf_release() local 493 u32 vf_id; in bnx2x_vfpf_close_vf() local
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_mig_dev.c | 11 struct qat_mig_dev *qat_vfmig_create(struct pci_dev *pdev, int vf_id) in qat_vfmig_create()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.h | 302 u8 vf_id; member
|
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | devlink.c | 46 int vf_id; in pdsc_dl_enable_set() local
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 2718 static int hclge_get_vlan_rx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, in hclge_get_vlan_rx_offload_cfg() 2753 static int hclge_get_vlan_tx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, in hclge_get_vlan_tx_offload_cfg() 2791 u8 vlan_type, u8 vf_id, in hclge_get_vlan_filter_config_cmd() 2812 u8 vf_id, u8 *vlan_fe) in hclge_get_vlan_filter_state() 2829 u8 vf_id, u8 *bypass_en) in hclge_get_port_vlan_filter_bypass_state()
|