Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c50 static void hinic_notify_vf_link_status(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_notify_vf_link_status()
87 static u16 hinic_vf_info_vlanprio(struct hinic_hwdev *hwdev, int vf_id) in hinic_vf_info_vlanprio()
101 u8 qos, int vf_id) in hinic_set_vf_vlan()
132 static int hinic_set_vf_tx_rate_max_min(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate_max_min()
162 static int hinic_set_vf_rate_limit(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_rate_limit()
191 static int hinic_set_vf_tx_rate(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate()
210 static int hinic_init_vf_config(struct hinic_hwdev *hwdev, u16 vf_id) in hinic_init_vf_config()
255 static int hinic_register_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_register_vf_msg_handler()
284 static int hinic_unregister_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_unregister_vf_msg_handler()
301 static int hinic_change_vf_mtu_msg_handler(void *hwdev, u16 vf_id, in hinic_change_vf_mtu_msg_handler()
[all …]
H A Dhinic_hw_mbox.c345 u16 vf_id = 0; in recv_pf_from_vf_mbox_handler() local
1090 enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_to_vf()
1240 u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_check_cmd_valid()
1369 static int comm_pf_mbox_handler(void *handle, u16 vf_id, u8 cmd, void *buf_in, in comm_pf_mbox_handler()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.h75 u16 vf_id; /* VF ID in the PF space */ member
177 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac()
184 int __always_unused vf_id, in ice_get_vf_cfg()
192 int __always_unused vf_id, bool __always_unused trusted) in ice_set_vf_trust()
199 int __always_unused vf_id, u16 __always_unused vid, in ice_set_vf_port_vlan()
207 int __always_unused vf_id, bool __always_unused ena) in ice_set_vf_spoofchk()
214 int __always_unused vf_id, int __always_unused link_state) in ice_set_vf_link_state()
228 int __always_unused vf_id, in ice_get_vf_stats()
H A Dice_virtchnl_pf.c14 static int ice_validate_vf_id(struct ice_pf *pf, u16 vf_id) in ice_validate_vf_id()
396 unsigned int vf_id; in ice_free_vfs() local
1723 unsigned int vf_id; in ice_process_vflr_event() local
1767 unsigned int vf_id; in ice_get_vf_from_pfq() local
2238 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk()
3312 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan()
3687 s16 vf_id = le16_to_cpu(event->desc.retval); in ice_vc_process_vf_msg() local
3824 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg()
3898 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac()
3958 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust()
[all …]
H A Dice_lib.c159 static void ice_vsi_set_num_qs(struct ice_vsi *vsi, u16 vf_id) in ice_vsi_set_num_qs()
406 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_alloc()
2186 enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A 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()
152 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) in bnxt_set_vf_trust()
170 int bnxt_get_vf_config(struct net_device *dev, int vf_id, in bnxt_get_vf_config()
207 int bnxt_set_vf_mac(struct net_device *dev, int vf_id, u8 *mac) in bnxt_set_vf_mac()
234 int bnxt_set_vf_vlan(struct net_device *dev, int vf_id, u16 vlan_id, u8 qos, in bnxt_set_vf_vlan()
274 int bnxt_set_vf_bw(struct net_device *dev, int vf_id, int min_tx_rate, in bnxt_set_vf_bw()
316 int bnxt_set_vf_link_state(struct net_device *dev, int vf_id, int link) in bnxt_set_vf_link_state()
468 static void __bnxt_set_vf_params(struct bnxt *bp, int vf_id) in __bnxt_set_vf_params()
1108 u32 i = 0, active_vfs = bp->pf.active_vfs, vf_id; in bnxt_hwrm_exec_fwd_req() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A 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()
H A Di40iw_main.c1814 static void i40iw_vf_reset(struct i40e_info *ldev, struct i40e_client *client, u32 vf_id) in i40iw_vf_reset()
1891 u32 vf_id) in i40iw_vf_capable()
1924 u32 vf_id, in i40iw_virtchnl_receive()
1997 u32 vf_id, in i40iw_virtchnl_send()
H A Di40iw_virtchnl.h99 u32 vf_id; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A 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()
197 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset()
249 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) in i40e_vf_client_capable()
552 u32 vf_id, u8 *msg, u16 len) in i40e_client_virtchnl_send()
682 bool is_vf, u32 vf_id, in i40e_client_update_vsi_ctxt()
H A Di40e_virtchnl_pf.c1335 static int i40e_sync_vfr_reset(struct i40e_hw *hw, int vf_id) in i40e_sync_vfr_reset()
1668 int i, tmp, vf_id; in i40e_free_vfs() local
3976 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg()
4117 int vf_id; in i40e_vc_process_vflr_event() local
4156 static int i40e_validate_vf(struct i40e_pf *pf, int vf_id) in i40e_validate_vf()
4184 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in i40e_ndo_set_vf_mac()
4289 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, in i40e_ndo_set_vf_port_vlan()
4445 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in i40e_ndo_set_vf_bw()
4499 int vf_id, struct ifla_vf_info *ivi) in i40e_ndo_get_vf_config()
4557 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) in i40e_ndo_set_vf_link_state()
[all …]
H A Di40e_debugfs.c733 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
H A Di40e_virtchnl_pf.h70 s16 vf_id; member
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H 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
366 u16 vf_id; member
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H 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 …]
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_mbox.c60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
H A Dotx_cptpf_mbox.c59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H 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
400 u32 rc, vf_id; in bnx2x_vfpf_release() local
494 u32 vf_id; in bnx2x_vfpf_close_vf() local
H A Dbnx2x_vfpf.h127 u8 vf_id; /* ME register value */ member
355 u16 vf_id; /* for debug */ member
362 u16 vf_id; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.h276 u8 vf_id; member
/OK3568_Linux_fs/kernel/drivers/pci/
H A Diov.c19 int pci_iov_virtfn_bus(struct pci_dev *dev, int vf_id) in pci_iov_virtfn_bus()
27 int pci_iov_virtfn_devfn(struct pci_dev *dev, int vf_id) in pci_iov_virtfn_devfn()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.h83 unsigned int vf_id; member

123