Home
last modified time | relevance | path

Searched defs:vf_id (Results 1 – 25 of 89) sorted by relevance

1234

/linux/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_pfvf_mbox.c34 static void octep_pfvf_validate_version(struct octep_device *oct, u32 vf_id, in octep_pfvf_validate_version()
54 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_link_status()
85 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_rx_state()
100 static int octep_send_notification(struct octep_device *oct, u32 vf_id, in octep_send_notification()
128 static void octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mtu()
143 static void octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mtu()
183 static void octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, in octep_pfvf_dev_remove()
199 static void octep_pfvf_get_fw_info(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_fw_info()
221 static void octep_pfvf_set_offloads(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_offloads()
299 struct octep_mbox *mbox, int vf_id, in octep_pfvf_pf_get_data()
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice_sriov.h86 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()
A Dice_sriov.c811 for (u16 vf_id = 0; vf_id < num_vfs; vf_id++) { in ice_create_vf_entries() local
1327 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk()
1388 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg()
1436 int __ice_set_vf_mac(struct ice_pf *pf, u16 vf_id, const u8 *mac) in __ice_set_vf_mac()
1499 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac()
1512 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust()
1559 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) in ice_set_vf_link_state()
1662 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in ice_set_vf_bw()
1731 int ice_get_vf_stats(struct net_device *netdev, int vf_id, in ice_get_vf_stats()
1813 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.c89 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()
193 static int hinic_set_vf_tx_rate(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate()
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()
321 static int hinic_get_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_get_vf_mac_msg_handler()
340 static int hinic_set_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_set_vf_mac_msg_handler()
374 static int hinic_del_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_del_vf_mac_msg_handler()
662 static int hinic_add_vf_vlan(struct hinic_hwdev *hwdev, int vf_id, in hinic_add_vf_vlan()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_sriov.c57 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) in bnxt_vf_ndo_prep()
70 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) in bnxt_set_vf_spoofchk()
162 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) in bnxt_set_vf_trust()
180 int bnxt_get_vf_config(struct net_device *dev, int vf_id, in bnxt_get_vf_config()
214 int bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac) in bnxt_set_vf_mac()
245 int bnxt_set_vf_vlan(struct net_device *dev, int vf_id, u16 vlan_id, u8 qos, in bnxt_set_vf_vlan()
291 int bnxt_set_vf_bw(struct net_device *dev, int vf_id, int min_tx_rate, in bnxt_set_vf_bw()
335 int bnxt_set_vf_link_state(struct net_device *dev, int vf_id, int link) in bnxt_set_vf_link_state()
490 static int __bnxt_set_vf_params(struct bnxt *bp, int vf_id) in __bnxt_set_vf_params()
1169 u32 i = 0, active_vfs = bp->pf.active_vfs, vf_id; in bnxt_hwrm_exec_fwd_req() local
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_client.c82 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()
A Di40e_virtchnl_pf.c160 u16 vf_id; in i40e_restore_all_vfs_msi_state() local
1412 static int i40e_sync_vfr_reset(struct i40e_hw *hw, int vf_id) in i40e_sync_vfr_reset()
1743 int i, tmp, vf_id; in i40e_free_vfs() local
4171 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg()
4307 int vf_id; in i40e_vc_process_vflr_event() local
4346 static int i40e_validate_vf(struct i40e_pf *pf, int vf_id) in i40e_validate_vf()
4406 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in i40e_ndo_set_vf_mac()
4496 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, in i40e_ndo_set_vf_port_vlan()
4653 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in i40e_ndo_set_vf_bw()
4705 int vf_id, struct ifla_vf_info *ivi) in i40e_ndo_get_vf_config()
[all …]
/linux/drivers/virtio/
A Dvirtio_pci_admin_legacy_io.c43 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/include/linux/pds/
A Dpds_adminq.h631 __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/scsi/bfa/
A Dbfad_bsg.h176 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
376 u16 vf_id; member
[all …]
/linux/drivers/net/ethernet/cavium/thunder/
A Dnic.h285 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 …]
A Dthunder_bgx.c258 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/
A Dsriov.c337 int vf_id, in mlx5_sriov_blocking_notifier_unregister()
363 int vf_id, in mlx5_sriov_blocking_notifier_register()
/linux/include/linux/qat/
A Dqat_mig_dev.h14 s32 vf_id; member
/linux/drivers/vdpa/pds/
A Daux_drv.h20 int vf_id; member
/linux/drivers/vfio/pci/pds/
A Dvfio_dev.h23 int vf_id; member
A Dvfio_dev.c122 int err, vf_id, pci_id; in pds_vfio_init_device() local
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf.h16 u8 vf_id; /* Virtual function index */ member
A Dotx2_cptpf_mbox.c520 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/
A Dotx_cptvf_mbox.c60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
A Dotx_cptpf_mbox.c59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_mig_dev.c11 struct qat_mig_dev *qat_vfmig_create(struct pci_dev *pdev, int vf_id) in qat_vfmig_create()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_vfpf.c194 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/net/ethernet/qlogic/qed/
A Dqed_hw.h302 u8 vf_id; member
/linux/drivers/net/ethernet/amd/pds_core/
A Ddevlink.c46 int vf_id; in pdsc_dl_enable_set() local

Completed in 72 milliseconds

1234