Home
last modified time | relevance | path

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

123

/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.h63 s16 vf_id; /* VF ID in the PF space */ member
148 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac()
155 int __always_unused vf_id, in ice_get_vf_cfg()
163 int __always_unused vf_id, bool __always_unused trusted) in ice_set_vf_trust()
170 int __always_unused vf_id, u16 __always_unused vid, in ice_set_vf_port_vlan()
178 int __always_unused vf_id, bool __always_unused ena) in ice_set_vf_spoofchk()
185 int __always_unused vf_id, int __always_unused link_state) in ice_set_vf_link_state()
Dice_virtchnl_pf.c339 int vf_id; in ice_free_vfs() local
501 ice_vf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, u16 vf_id) in ice_vf_vsi_setup()
1480 int vf_id; in ice_process_vflr_event() local
2570 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan()
2905 s16 vf_id = le16_to_cpu(event->desc.retval); in ice_vc_process_vf_msg() local
3024 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg()
3074 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk()
3137 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac()
3185 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust()
3224 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) in ice_set_vf_link_state()
Dice_lib.c336 static void ice_vsi_set_num_qs(struct ice_vsi *vsi, u16 vf_id) in ice_vsi_set_num_qs()
540 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type type, u16 vf_id) in ice_vsi_alloc()
2515 enum ice_vsi_type type, u16 vf_id) in ice_vsi_setup()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c49 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) in bnxt_vf_ndo_prep()
66 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) in bnxt_set_vf_spoofchk()
156 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) in bnxt_set_vf_trust()
174 int bnxt_get_vf_config(struct net_device *dev, int vf_id, in bnxt_get_vf_config()
211 int bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac) in bnxt_set_vf_mac()
239 int bnxt_set_vf_vlan(struct net_device *dev, int vf_id, u16 vlan_id, u8 qos, in bnxt_set_vf_vlan()
280 int bnxt_set_vf_bw(struct net_device *dev, int vf_id, int min_tx_rate, in bnxt_set_vf_bw()
323 int bnxt_set_vf_link_state(struct net_device *dev, int vf_id, int link) in bnxt_set_vf_link_state()
474 static void __bnxt_set_vf_params(struct bnxt *bp, int vf_id) in __bnxt_set_vf_params()
1112 u32 i = 0, active_vfs = bp->pf.active_vfs, vf_id; in bnxt_hwrm_exec_fwd_req() local
/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.c202 u32 vf_id, in vchnl_pf_send_get_ver_resp()
227 u32 vf_id, in vchnl_pf_send_get_hmc_fcn_resp()
255 u32 vf_id, in vchnl_pf_send_get_pe_stats_resp()
280 static void vchnl_pf_send_error_resp(struct i40iw_sc_dev *dev, u32 vf_id, in vchnl_pf_send_error_resp()
426 u32 vf_id, in i40iw_vchnl_recv_pf()
562 u32 vf_id, in i40iw_vchnl_recv_vf()
Di40iw_main.c1819 static void i40iw_vf_reset(struct i40e_info *ldev, struct i40e_client *client, u32 vf_id) in i40iw_vf_reset()
1896 u32 vf_id) in i40iw_vf_capable()
1929 u32 vf_id, in i40iw_virtchnl_receive()
2002 u32 vf_id, in i40iw_virtchnl_send()
Di40iw_virtchnl.h99 u32 vf_id; member
/drivers/net/ethernet/intel/i40e/
Di40e_client.c84 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()
550 u32 vf_id, u8 *msg, u16 len) in i40e_client_virtchnl_send()
680 bool is_vf, u32 vf_id, in i40e_client_update_vsi_ctxt()
Di40e_virtchnl_pf.c1507 int i, tmp, vf_id; in i40e_free_vfs() local
3734 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg()
3875 int vf_id; in i40e_vc_process_vflr_event() local
3914 static int i40e_validate_vf(struct i40e_pf *pf, int vf_id) in i40e_validate_vf()
3942 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in i40e_ndo_set_vf_mac()
4078 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, in i40e_ndo_set_vf_port_vlan()
4244 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in i40e_ndo_set_vf_bw()
4298 int vf_id, struct ifla_vf_info *ivi) in i40e_ndo_get_vf_config()
4356 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) in i40e_ndo_set_vf_link_state()
4426 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable) in i40e_ndo_set_vf_spoofchk()
[all …]
Di40e_debugfs.c655 static void i40e_dbg_dump_vf(struct i40e_pf *pf, int vf_id) in i40e_dbg_dump_vf()
709 int vf_id; in i40e_dbg_command_write() local
Di40e_virtchnl_pf.h69 s16 vf_id; member
/drivers/scsi/bfa/
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
366 u16 vf_id; member
[all …]
Dbfa_svc.h140 u16 vf_id; /* vsan tag if applicable */ member
283 u16 vf_id; /* virtual fabric ID */ member
322 u16 vf_id; member
Dbfa_fcs_lport.c1075 u16 vf_id, struct bfa_fcs_vport_s *vport) in bfa_fcs_lport_attach()
5866 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port()
6708 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_vport_create()
6758 u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, in bfa_fcs_pbc_vport_create()
6867 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) in bfa_fcs_vport_lookup()
/drivers/net/ethernet/cavium/thunder/
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 …]
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()
/drivers/net/ethernet/broadcom/bnx2x/
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
400 u32 rc, vf_id; in bnx2x_vfpf_release() local
494 u32 vf_id; in bnx2x_vfpf_close_vf() local
Dbnx2x_vfpf.h127 u8 vf_id; /* ME register value */ member
355 u16 vf_id; /* for debug */ member
362 u16 vf_id; member
/drivers/net/ethernet/qlogic/qed/
Dqed_hw.h302 u8 vf_id; member
/drivers/pci/
Diov.c20 int pci_iov_virtfn_bus(struct pci_dev *dev, int vf_id) in pci_iov_virtfn_bus()
28 int pci_iov_virtfn_devfn(struct pci_dev *dev, int vf_id) in pci_iov_virtfn_devfn()
/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c578 int vf_id) in enetc_msg_pf_set_vf_primary_mac_addr()
602 void enetc_msg_handle_rxmsg(struct enetc_pf *pf, int vf_id, u16 *status) in enetc_msg_handle_rxmsg()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c1704 static int hclge_query_over_8bd_err_info(struct hclge_dev *hdev, u16 *vf_id, in hclge_query_over_8bd_err_info()
1734 u16 vf_id; in hclge_handle_over_8bd_err() local
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c285 int hns_mac_add_uc_addr(struct hns_mac_cb *mac_cb, u8 vf_id, in hns_mac_add_uc_addr()
305 int hns_mac_rm_uc_addr(struct hns_mac_cb *mac_cb, u8 vf_id, in hns_mac_rm_uc_addr()
/drivers/net/ethernet/netronome/nfp/
Dnfp_port.h83 unsigned int vf_id; member
/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_rep.c245 int vf_id, max_vfs = CN23XX_MAX_VFS_PER_PF + 1; in lio_vf_rep_get_ndev() local

123