| /Linux-v6.6/drivers/net/ethernet/intel/ice/ | 
| D | ice_sriov.h | 81 	       int __always_unused vf_id, u8 __always_unused *mac)  in ice_set_vf_mac()88 	       int __always_unused vf_id,  in ice_get_vf_cfg()
 96 		 int __always_unused vf_id, bool __always_unused trusted)  in ice_set_vf_trust()
 103 		     int __always_unused vf_id, u16 __always_unused vid,  in ice_set_vf_port_vlan()
 111 		    int __always_unused vf_id, bool __always_unused ena)  in ice_set_vf_spoofchk()
 118 		      int __always_unused vf_id, int __always_unused link_state)  in ice_set_vf_link_state()
 125 	      int __always_unused vf_id, int __always_unused min_tx_rate,  in ice_set_vf_bw()
 140 		 int __always_unused vf_id,  in ice_get_vf_stats()
 
 | 
| D | ice_sriov.c | 794 	u16 vf_id;  in ice_create_vf_entries()  local1119 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena)  in ice_set_vf_spoofchk()
 1180 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi)  in ice_get_vf_cfg()
 1227 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac)  in ice_set_vf_mac()
 1288 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted)  in ice_set_vf_trust()
 1335 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state)  in ice_set_vf_link_state()
 1438 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,  in ice_set_vf_bw()
 1507 int ice_get_vf_stats(struct net_device *netdev, int vf_id,  in ice_get_vf_stats()
 1589 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos,  in ice_set_vf_port_vlan()
 1719 	u16 vf_id;  in ice_restore_all_vfs_msi_state()  local
 
 | 
| D | ice_vf_lib.h | 91 	u16 vf_id;			/* VF ID in the PF space */  member231 static inline struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id)  in ice_get_vf_by_id()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/huawei/hinic/ | 
| 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 …]
 
 | 
| D | hinic_hw_mbox.c | 340 	u16 vf_id = 0;  in recv_pf_from_vf_mbox_handler()  local1085 		     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-v6.6/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_sriov.c | 56 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id)  in bnxt_vf_ndo_prep()69 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting)  in bnxt_set_vf_spoofchk()
 161 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted)  in bnxt_set_vf_trust()
 179 int bnxt_get_vf_config(struct net_device *dev, int vf_id,  in bnxt_get_vf_config()
 216 int bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac)  in bnxt_set_vf_mac()
 247 int bnxt_set_vf_vlan(struct net_device *dev, int vf_id, u16 vlan_id, u8 qos,  in bnxt_set_vf_vlan()
 289 int bnxt_set_vf_bw(struct net_device *dev, int vf_id, int min_tx_rate,  in bnxt_set_vf_bw()
 333 int bnxt_set_vf_link_state(struct net_device *dev, int vf_id, int link)  in bnxt_set_vf_link_state()
 488 static int __bnxt_set_vf_params(struct bnxt *bp, int vf_id)  in __bnxt_set_vf_params()
 1156 	u32 i = 0, active_vfs = bp->pf.active_vfs, vf_id;  in bnxt_hwrm_exec_fwd_req()  local
 
 | 
| /Linux-v6.6/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_client.c | 83 i40e_notify_client_of_vf_msg(struct i40e_vsi *vsi, u32 vf_id, u8 *msg, u16 len)  in i40e_notify_client_of_vf_msg()196 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id)  in i40e_notify_client_of_vf_reset()
 248 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id)  in i40e_vf_client_capable()
 540 				     u32 vf_id, u8 *msg, u16 len)  in i40e_client_virtchnl_send()
 670 				       bool is_vf, u32 vf_id,  in i40e_client_update_vsi_ctxt()
 
 | 
| D | i40e_virtchnl_pf.c | 1390 static int i40e_sync_vfr_reset(struct i40e_hw *hw, int vf_id)  in i40e_sync_vfr_reset()1723 	int i, tmp, vf_id;  in i40e_free_vfs()  local
 4108 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,  in i40e_vc_process_vf_msg()
 4244 	int vf_id;  in i40e_vc_process_vflr_event()  local
 4283 static int i40e_validate_vf(struct i40e_pf *pf, int vf_id)  in i40e_validate_vf()
 4343 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac)  in i40e_ndo_set_vf_mac()
 4433 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id,  in i40e_ndo_set_vf_port_vlan()
 4590 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,  in i40e_ndo_set_vf_bw()
 4642 			   int vf_id, struct ifla_vf_info *ivi)  in i40e_ndo_get_vf_config()
 4700 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link)  in i40e_ndo_set_vf_link_state()
 [all …]
 
 | 
| D | i40e_debugfs.c | 733 static void i40e_dbg_dump_vf(struct i40e_pf *pf, int vf_id)  in i40e_dbg_dump_vf()784 	int vf_id;  in i40e_dbg_command_write()  local
 
 | 
| /Linux-v6.6/include/linux/pds/ | 
| D | pds_adminq.h | 631 	__le16 vf_id;  member643 	__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-v6.6/drivers/scsi/bfa/ | 
| D | bfad_bsg.h | 176 	u16		vf_id;  member292 	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-v6.6/drivers/net/ethernet/cavium/thunder/ | 
| D | nic.h | 285 	u8			vf_id;  member427 	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 …]
 
 | 
| 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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | sriov.c | 337 					     int vf_id,  in mlx5_sriov_blocking_notifier_unregister()363 					  int vf_id,  in mlx5_sriov_blocking_notifier_register()
 
 | 
| /Linux-v6.6/drivers/vdpa/pds/ | 
| D | aux_drv.h | 20 	int vf_id;  member
 | 
| /Linux-v6.6/drivers/crypto/marvell/octeontx2/ | 
| D | otx2_cptvf.h | 16 	u8 vf_id;			/* Virtual function index */  member
 | 
| D | otx2_cptpf_mbox.c | 462 			  int vf_id, int size)  in forward_to_vf()512 	int offset, vf_id, i;  in otx2_cptpf_afpf_mbox_handler()  local
 
 | 
| /Linux-v6.6/drivers/vfio/pci/pds/ | 
| D | vfio_dev.h | 26 	int vf_id;  member
 | 
| D | vfio_dev.c | 146 	int err, vf_id, pci_id;  in pds_vfio_init_device()  local
 | 
| /Linux-v6.6/drivers/crypto/marvell/octeontx/ | 
| D | otx_cptvf_mbox.c | 60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id)  in dump_mbox_msg()
 | 
| 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-v6.6/drivers/net/ethernet/broadcom/bnx2x/ | 
| 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-v6.6/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_hw.h | 302 		u8	vf_id;  member
 | 
| /Linux-v6.6/drivers/net/ethernet/amd/pds_core/ | 
| D | devlink.c | 45 	int vf_id;  in pdsc_dl_enable_set()  local
 | 
| /Linux-v6.6/drivers/vfio/pci/hisilicon/ | 
| D | hisi_acc_vfio_pci.c | 278 static int pf_qm_get_qp_num(struct hisi_qm *qm, int vf_id, u32 *rbase)  in pf_qm_get_qp_num()418 	int vf_id = hisi_acc_vdev->vf_id;  in vf_qm_get_match_data()  local
 1403 	int vf_id;  in hisi_acc_vfio_pci_probe()  local
 
 |