Searched refs:vf_id (Results 1 - 25 of 132) sorted by relevance

123456

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h31 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac);
33 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi);
39 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos,
43 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,
46 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted);
48 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state);
50 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena);
55 ice_get_vf_stats(struct net_device *netdev, int vf_id,
83 int __always_unused vf_id, u8 __always_unused *mac)
90 int __always_unused vf_id,
82 ice_set_vf_mac(struct net_device __always_unused *netdev, int __always_unused vf_id, u8 __always_unused *mac) argument
89 ice_get_vf_cfg(struct net_device __always_unused *netdev, int __always_unused vf_id, struct ifla_vf_info __always_unused *ivi) argument
97 ice_set_vf_trust(struct net_device __always_unused *netdev, int __always_unused vf_id, bool __always_unused trusted) argument
104 ice_set_vf_port_vlan(struct net_device __always_unused *netdev, int __always_unused vf_id, u16 __always_unused vid, u8 __always_unused qos, __be16 __always_unused v_proto) argument
112 ice_set_vf_spoofchk(struct net_device __always_unused *netdev, int __always_unused vf_id, bool __always_unused ena) argument
119 ice_set_vf_link_state(struct net_device __always_unused *netdev, int __always_unused vf_id, int __always_unused link_state) argument
126 ice_set_vf_bw(struct net_device __always_unused *netdev, int __always_unused vf_id, int __always_unused min_tx_rate, int __always_unused max_tx_rate) argument
141 ice_get_vf_stats(struct net_device __always_unused *netdev, int __always_unused vf_id, struct ifla_vf_stats __always_unused *vf_stats) argument
[all...]
H A Dice_sriov.c101 wr32(hw, VPINT_ALLOC(vf->vf_id), 0);
102 wr32(hw, VPINT_ALLOC_PCI(vf->vf_id), 0);
115 wr32(hw, VPLAN_TX_QBASE(vf->vf_id), 0);
120 wr32(hw, VPLAN_RX_QBASE(vf->vf_id), 0);
193 reg_idx = (hw->func_caps.vf_base_id + vf->vf_id) / 32;
194 bit_idx = (hw->func_caps.vf_base_id + vf->vf_id) % 32;
273 device_based_vf_id = vf->vf_id + hw->func_caps.vf_base_id;
278 wr32(hw, VPINT_ALLOC(vf->vf_id), reg);
283 wr32(hw, VPINT_ALLOC_PCI(vf->vf_id), reg);
313 wr32(hw, VPLAN_TXQ_MAPENA(vf->vf_id), VPLAN_TXQ_MAPENA_TX_ENA_
1325 ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) argument
1386 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) argument
1433 ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) argument
1494 ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) argument
1524 vf_id, trusted ? "" : "un"); local
1541 ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) argument
1644 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, int max_tx_rate) argument
1713 ice_get_vf_stats(struct net_device *netdev, int vf_id, struct ifla_vf_stats *vf_stats) argument
1795 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, __be16 vlan_proto) argument
[all...]
H A Dice_virtchnl_fdir.c128 vf->vf_id);
135 vf->vf_id);
296 dev_dbg(dev, "Empty input set for VF %d\n", vf->vf_id);
389 flow, vf->vf_id);
449 flow, vf->vf_id);
484 dev_dbg(dev, "NULL vf %d vsi pointer\n", vf->vf_id);
650 vf->vf_id);
657 vf->vf_id);
669 flow, vf->vf_id);
678 flow, vf->vf_id);
[all...]
H A Dice_vf_lib.c15 * @vf_id: the VF ID to locate
25 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) argument
30 hash_for_each_possible_rcu(pf->vfs.table, vf, entry, vf_id) {
31 if (vf->vf_id == vf_id) {
279 vf->vf_id, err);
305 vf->vf_id);
334 vf->vf_id, err);
346 ice_vf_get_port_vlan_id(vf) : 0, vf->vf_id, err);
353 vf->vf_id, vs
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h72 s16 vf_id; member in struct:i40e_vf
120 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,
128 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac);
129 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id,
131 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,
133 int i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting);
135 int vf_id, struct ifla_vf_info *ivi);
136 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link);
137 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable);
144 int i40e_get_vf_stats(struct net_device *netdev, int vf_id,
[all...]
H A Di40e_virtchnl_pf.c30 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id;
116 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id;
160 u16 vf_id; local
174 pci_read_config_word(pdev, pos + PCI_SRIOV_VF_DID, &vf_id);
175 while ((vf_dev = pci_get_device(pdev->vendor, vf_id, vf_dev))) {
195 if (!vf || vf->vf_id >= vf->pf->num_alloc_vfs)
203 abs_vf_id = vf->vf_id + (int)vf->pf->hw.func_caps.vf_base_id;
246 vf->vf_id);
250 vf->vf_id);
265 return (vsi && (vsi->vf_id
1412 i40e_sync_vfr_reset(struct i40e_hw *hw, int vf_id) argument
1743 int i, tmp, vf_id; local
4167 i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, u32 __always_unused v_retval, u8 *msg, u16 msglen) argument
4303 int vf_id; local
4342 i40e_validate_vf(struct i40e_pf *pf, int vf_id) argument
4402 i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) argument
4492 i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, __be16 vlan_proto) argument
4649 i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, int max_tx_rate) argument
4700 i40e_ndo_get_vf_config(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) argument
4758 i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) argument
4847 i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable) argument
4905 i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting) argument
4965 i40e_get_vf_stats(struct net_device *netdev, int vf_id, struct ifla_vf_stats *vf_stats) argument
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c52 static void hinic_notify_vf_link_status(struct hinic_hwdev *hwdev, u16 vf_id, argument
60 if (vf_infos[HW_VF_ID_TO_OS(vf_id)].registered) {
62 link.func_id = hinic_glb_pf_vf_offset(hwdev->hwif) + vf_id;
64 vf_id, HINIC_PORT_CMD_LINK_STATUS_REPORT,
70 HW_VF_ID_TO_OS(vf_id), err,
89 static u16 hinic_vf_info_vlanprio(struct hinic_hwdev *hwdev, int vf_id) argument
95 pf_vlan = nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_vlan;
96 pf_qos = nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos;
103 u8 qos, int vf_id)
114 vf_vlan.func_id = hinic_glb_pf_vf_offset(hwdev->hwif) + vf_id;
102 hinic_set_vf_vlan(struct hinic_hwdev *hwdev, bool add, u16 vid, u8 qos, int vf_id) argument
134 hinic_set_vf_tx_rate_max_min(struct hinic_hwdev *hwdev, u16 vf_id, u32 max_rate, u32 min_rate) argument
164 hinic_set_vf_rate_limit(struct hinic_hwdev *hwdev, u16 vf_id, u32 tx_rate) argument
193 hinic_set_vf_tx_rate(struct hinic_hwdev *hwdev, u16 vf_id, u32 max_rate, u32 min_rate) argument
212 hinic_init_vf_config(struct hinic_hwdev *hwdev, u16 vf_id) argument
257 hinic_register_vf_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
286 hinic_unregister_vf_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
303 hinic_change_vf_mtu_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
321 hinic_get_vf_mac_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
340 hinic_set_vf_mac_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
374 hinic_del_vf_mac_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
406 hinic_get_vf_link_status_msg_handler(void *hwdev, u16 vf_id, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
573 hinic_get_vf_config(struct hinic_hwdev *hwdev, u16 vf_id, struct ifla_vf_info *ivi) argument
662 hinic_add_vf_vlan(struct hinic_hwdev *hwdev, int vf_id, u16 vlan, u8 qos) argument
680 hinic_kill_vf_vlan(struct hinic_hwdev *hwdev, int vf_id) argument
702 hinic_update_mac_vlan(struct hinic_dev *nic_dev, u16 old_vlan, u16 new_vlan, int vf_id) argument
810 hinic_set_vf_trust(struct hinic_hwdev *hwdev, u16 vf_id, bool trust) argument
916 hinic_set_vf_spoofchk(struct hinic_hwdev *hwdev, u16 vf_id, bool spoofchk) argument
979 hinic_set_vf_link_state(struct hinic_hwdev *hwdev, u16 vf_id, int link) argument
1013 hinic_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) argument
1031 nic_pf_mbox_handler(void *hwdev, u16 vf_id, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
1077 cfg_mbx_pf_proc_vf_msg(void *hwdev, u16 vf_id, u8 cmd, void *buf_in, u16 in_size, void *buf_out, u16 *out_size) argument
1097 hinic_init_vf_infos(struct hinic_func_to_io *nic_io, u16 vf_id) argument
1128 hinic_clear_vf_infos(struct hinic_dev *nic_dev, u16 vf_id) argument
[all...]
H A Dhinic_hw_mbox.h67 typedef int (*hinic_pf_mbox_cb)(void *handle, u16 vf_id, u8 cmd, void *buf_in,
126 int (*cmd_msg_handler)(void *hwdev, u16 vf_id,
136 u16 vf_id, u8 cmd, void *buf_in,
167 enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in,
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_pfvf_mbox.c33 static void octep_pfvf_validate_version(struct octep_device *oct, u32 vf_id, argument
40 vf_id, vf_version, OCTEP_PFVF_MBOX_VERSION_CURRENT);
46 oct->vf_info[vf_id].mbox_version = rsp->s_version.version;
48 vf_id, oct->vf_info[vf_id].mbox_version);
53 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, argument
59 status = octep_ctrl_net_get_link_status(oct, vf_id);
69 static void octep_pfvf_set_link_status(struct octep_device *oct, u32 vf_id, argument
75 err = octep_ctrl_net_set_link_status(oct, vf_id, cmd.s_link_status.status, true);
84 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, argument
99 octep_send_notification(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd) argument
127 octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
142 octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
152 octep_pfvf_set_mac_addr(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
167 octep_pfvf_get_mac_addr(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
182 octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
198 octep_pfvf_get_fw_info(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
220 octep_pfvf_set_offloads(struct octep_device *oct, u32 vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
297 octep_pfvf_pf_get_data(struct octep_device *oct, struct octep_mbox *mbox, int vf_id, union octep_pfvf_mbox_word cmd, union octep_pfvf_mbox_word *rsp) argument
394 int vf_id; local
[all...]
/linux-master/include/linux/qed/
H A Dqed_iov_if.h20 int (*get_config) (struct qed_dev *cdev, int vf_id,
23 int (*set_link_state) (struct qed_dev *cdev, int vf_id,
/linux-master/drivers/vfio/pci/pds/
H A Dcmds.c94 .vf_id = cpu_to_le16(pds_vfio->vf_id),
117 pds_vfio->vf_id, jiffies_to_msecs(time_done - time_start));
122 pds_vfio->vf_id);
134 .vf_id = cpu_to_le16(pds_vfio->vf_id),
142 dev_dbg(dev, "vf%u: Suspend device\n", pds_vfio->vf_id);
151 dev_err(dev, "vf%u: Suspend failed: %pe\n", pds_vfio->vf_id,
168 .vf_id = cpu_to_le16(pds_vfio->vf_id),
[all...]
H A Dvfio_dev.c122 int err, vf_id, pci_id; local
124 vf_id = pci_iov_vf_id(pdev);
125 if (vf_id < 0)
126 return vf_id;
132 pds_vfio->vf_id = vf_id;
142 "%s: PF %#04x VF %#04x vf_id %d domain %d pds_vfio %p\n",
143 __func__, pci_dev_id(pci_physfn(pdev)), pci_id, vf_id,
H A Dvfio_dev.h23 int vf_id; member in struct:pds_vfio_pci_device
/linux-master/drivers/vdpa/pds/
H A Daux_drv.h20 int vf_id; member in struct:pds_vdpa_aux
H A Dcmds.c23 .vdpa_init.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id),
45 .vdpa.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id),
65 .vdpa_status.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id),
86 .vdpa_setattr.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id),
109 .vdpa_setattr.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id),
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c43 int vf_id; local
49 vf_id = pci_iov_vf_id(pdev);
50 if (vf_id < 0)
51 return vf_id;
62 cmd.group_member_id = cpu_to_le64(vf_id + 1);
117 int vf_id; local
123 vf_id = pci_iov_vf_id(pdev);
124 if (vf_id < 0)
125 return vf_id;
136 cmd.group_member_id = cpu_to_le64(vf_id
203 int vf_id; local
[all...]
/linux-master/include/linux/pds/
H A Dpds_adminq.h626 * @vf_id: VF id
631 __le16 vf_id; member in struct:pds_vdpa_cmd
638 * @vf_id: VF id
643 __le16 vf_id; member in struct:pds_vdpa_init_cmd
670 * @vf_id: VF id
678 __le16 vf_id; member in struct:pds_vdpa_ident_cmd
687 * @vf_id: VF id
693 __le16 vf_id; member in struct:pds_vdpa_status_cmd
711 * @vf_id: VF id
720 __le16 vf_id; member in struct:pds_vdpa_setattr_cmd
746 __le16 vf_id; member in struct:pds_vdpa_vq_init_cmd
783 __le16 vf_id; member in struct:pds_vdpa_vq_reset_cmd
816 __le16 vf_id; member in struct:pds_vdpa_set_features_cmd
857 __le16 vf_id; member in struct:pds_lm_cmd
870 __le16 vf_id; member in struct:pds_lm_state_size_cmd
908 __le16 vf_id; member in struct:pds_lm_suspend_cmd
922 __le16 vf_id; member in struct:pds_lm_suspend_status_cmd
936 __le16 vf_id; member in struct:pds_lm_resume_cmd
964 __le16 vf_id; member in struct:pds_lm_save_cmd
982 __le16 vf_id; member in struct:pds_lm_restore_cmd
1036 __le16 vf_id; member in struct:pds_lm_dirty_status_cmd
1111 __le16 vf_id; member in struct:pds_lm_dirty_enable_cmd
1134 __le16 vf_id; member in struct:pds_lm_dirty_disable_cmd
1160 __le16 vf_id; member in struct:pds_lm_dirty_seq_ack_cmd
1178 __le16 vf_id; member in struct:pds_lm_host_vf_status_cmd
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf.h16 u8 vf_id; /* Virtual function index */ member in struct:otx2_cptvf_dev
H A Dotx2_cptpf_mbox.c57 "AF not responding to VF%d messages\n", vf->vf_id);
72 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id,
96 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp));
117 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp));
340 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id);
341 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id);
391 mdev = &mbox->dev[vf->vf_id];
401 ((vf->vf_id + 1) & RVU_PFVF_FUNC_MASK);
419 otx2_mbox_msg_send(mbox, vf->vf_id);
520 int vf_id, in
519 forward_to_vf(struct otx2_cptpf_dev *cptpf, struct mbox_msghdr *msg, int vf_id, int size) argument
570 int offset, vf_id, i; local
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h176 u16 vf_id; member in struct:bfa_bsg_itnim_ioprofile_s
292 u16 vf_id; member in struct:bfa_bsg_lport_attr_s
300 u16 vf_id; member in struct:bfa_bsg_lport_stats_s
308 u16 vf_id; member in struct:bfa_bsg_lport_iostats_s
316 u16 vf_id; member in struct:bfa_bsg_lport_get_rports_s
326 u16 vf_id; member in struct:bfa_bsg_rport_attr_s
337 u16 vf_id; member in struct:bfa_bsg_rport_stats_s
346 u16 vf_id; member in struct:bfa_bsg_rport_scsi_addr_s
358 u16 vf_id; member in struct:bfa_bsg_rport_reset_stats_s
366 u16 vf_id; member in struct:bfa_bsg_rport_set_speed_s
376 u16 vf_id; member in struct:bfa_bsg_vport_attr_s
384 u16 vf_id; member in struct:bfa_bsg_vport_stats_s
392 u16 vf_id; member in struct:bfa_bsg_reset_stats_s
399 u16 vf_id; member in struct:bfa_bsg_fabric_get_lports_s
438 u16 vf_id; member in struct:bfa_bsg_itnim_attr_s
447 u16 vf_id; member in struct:bfa_bsg_itnim_iostats_s
456 u16 vf_id; member in struct:bfa_bsg_itnim_itnstats_s
744 u16 vf_id; member in struct:bfa_bsg_vf_stats_s
751 u16 vf_id; member in struct:bfa_bsg_vf_reset_stats_s
763 u16 vf_id; member in struct:bfa_bsg_fcpim_lunmask_s
772 u16 vf_id; member in struct:bfa_bsg_fcpim_throttle_s
808 u16 vf_id; member in struct:bfa_bsg_fcpt_s
[all...]
/linux-master/include/linux/net/intel/
H A Di40e_client.h116 u32 vf_id, u8 *msg, u16 len);
129 bool is_vf, u32 vf_id,
152 struct i40e_client *client, u32 vf_id,
157 struct i40e_client *client, u32 vf_id);
165 struct i40e_client *client, u32 vf_id);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c45 int vf_id; local
55 for (vf_id = 0; vf_id < pdsc->num_vfs; vf_id++) {
56 struct pdsc *vf = pdsc->vfs[vf_id].vf;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c56 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) argument
62 if (vf_id >= bp->pf.active_vfs) {
63 netdev_err(bp->dev, "Invalid VF id %d\n", vf_id);
69 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) argument
81 rc = bnxt_vf_ndo_prep(bp, vf_id);
85 vf = &bp->pf.vf[vf_id];
161 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) argument
166 if (bnxt_vf_ndo_prep(bp, vf_id))
169 vf = &bp->pf.vf[vf_id];
179 int bnxt_get_vf_config(struct net_device *dev, int vf_id, argument
216 bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac) argument
247 bnxt_set_vf_vlan(struct net_device *dev, int vf_id, u16 vlan_id, u8 qos, __be16 vlan_proto) argument
289 bnxt_set_vf_bw(struct net_device *dev, int vf_id, int min_tx_rate, int max_tx_rate) argument
333 bnxt_set_vf_link_state(struct net_device *dev, int vf_id, int link) argument
488 __bnxt_set_vf_params(struct bnxt *bp, int vf_id) argument
1164 u32 i = 0, active_vfs = bp->pf.active_vfs, vf_id; local
[all...]
H A Dbnxt_sriov.h38 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic.h285 u8 vf_id; member in struct:nicvf
427 u8 vf_id; member in struct:nic_cfg_msg
463 u8 vf_id; member in struct:set_mac_msg
470 u8 vf_id; member in struct:set_frs_msg
477 u8 vf_id; member in struct:cpi_cfg_msg
485 u8 vf_id; member in struct:rss_sz_msg
492 u8 vf_id; member in struct:rss_cfg_msg
502 u8 vf_id; member in struct:bgx_stats_msg
520 u8 vf_id; member in struct:sqs_alloc
526 u8 vf_id; member in struct:nicvf_ptr
535 u8 vf_id; member in struct:set_loopback
[all...]

Completed in 267 milliseconds

123456