/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_sriov.c | 88 static u16 hinic_vf_info_vlanprio(struct hinic_hwdev *hwdev, int vf_id) in hinic_vf_info_vlanprio() 102 u8 qos, int vf_id) in hinic_set_vf_vlan() 192 static int hinic_set_vf_tx_rate(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_set_vf_tx_rate() 256 static int hinic_register_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_register_vf_msg_handler() 285 static int hinic_unregister_vf_msg_handler(void *hwdev, u16 vf_id, in hinic_unregister_vf_msg_handler() 302 static int hinic_change_vf_mtu_msg_handler(void *hwdev, u16 vf_id, in hinic_change_vf_mtu_msg_handler() 320 static int hinic_get_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_get_vf_mac_msg_handler() 339 static int hinic_set_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_set_vf_mac_msg_handler() 373 static int hinic_del_vf_mac_msg_handler(void *hwdev, u16 vf_id, in hinic_del_vf_mac_msg_handler() 643 static int hinic_add_vf_vlan(struct hinic_hwdev *hwdev, int vf_id, in hinic_add_vf_vlan() [all …]
|
A D | hinic_hw_mbox.c | 345 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()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_sriov.c | 232 ice_mbx_detect_malvf(struct ice_hw *hw, u16 vf_id, in ice_mbx_detect_malvf() 302 struct ice_mbx_data *mbx_data, u16 vf_id, in ice_mbx_vf_state_handler() 410 u16 bitmap_len, u16 vf_id, bool *report_malvf) in ice_mbx_report_malvf() 446 u16 bitmap_len, u16 vf_id) in ice_mbx_clear_malvf()
|
A D | ice_virtchnl_pf.h | 108 u16 vf_id; /* VF ID in the PF space */ member 274 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac() 281 int __always_unused vf_id, in ice_get_vf_cfg() 289 int __always_unused vf_id, bool __always_unused trusted) in ice_set_vf_trust() 296 int __always_unused vf_id, u16 __always_unused vid, in ice_set_vf_port_vlan() 304 int __always_unused vf_id, bool __always_unused ena) in ice_set_vf_spoofchk() 311 int __always_unused vf_id, int __always_unused link_state) in ice_set_vf_link_state() 318 int __always_unused vf_id, int __always_unused min_tx_rate, in ice_set_vf_bw() 333 int __always_unused vf_id, in ice_get_vf_stats()
|
A D | ice_virtchnl_pf.c | 266 static int ice_validate_vf_id(struct ice_pf *pf, u16 vf_id) in ice_validate_vf_id() 668 unsigned int vf_id; in ice_free_vfs() local 2164 unsigned int vf_id; in ice_process_vflr_event() local 2205 unsigned int vf_id; in ice_get_vf_from_pfq() local 2917 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena) in ice_set_vf_spoofchk() 4646 s16 vf_id = le16_to_cpu(event->desc.retval); in ice_vc_process_vf_msg() local 4883 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() 5077 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in ice_set_vf_bw() 5145 int ice_get_vf_stats(struct net_device *netdev, int vf_id, in ice_get_vf_stats() 5256 u16 vf_id; in ice_restore_all_vfs_msi_state() local [all …]
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A 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() 1140 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 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() 192 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset() 244 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() 667 bool is_vf, u32 vf_id, in i40e_client_update_vsi_ctxt()
|
A D | i40e_virtchnl_pf.c | 1658 int i, tmp, vf_id; in i40e_free_vfs() local 3913 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, in i40e_vc_process_vf_msg() 4054 int vf_id; in i40e_vc_process_vflr_event() local 4093 static int i40e_validate_vf(struct i40e_pf *pf, int vf_id) in i40e_validate_vf() 4121 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in i40e_ndo_set_vf_mac() 4226 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, in i40e_ndo_set_vf_port_vlan() 4382 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in i40e_ndo_set_vf_bw() 4436 int vf_id, struct ifla_vf_info *ivi) in i40e_ndo_get_vf_config() 4494 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) in i40e_ndo_set_vf_link_state() 4619 int i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting) in i40e_ndo_set_vf_trust() [all …]
|
A D | i40e_debugfs.c | 733 static void i40e_dbg_dump_vf(struct i40e_pf *pf, int vf_id) in i40e_dbg_dump_vf() 786 int vf_id; in i40e_dbg_command_write() local
|
A D | i40e_virtchnl_pf.h | 70 s16 vf_id; member
|
/linux/drivers/scsi/bfa/ |
A D | bfad_bsg.h | 176 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 D | nic.h | 285 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 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/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_mbox.c | 280 int vf_id, int size) in forward_to_vf() 330 int offset, vf_id, i; in otx2_cptpf_afpf_mbox_handler() local
|
A D | otx2_cptvf.h | 16 u8 vf_id; /* Virtual function index */ member
|
A D | otx2_cptpf.h | 17 int vf_id; member
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_mbox.c | 60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg()
|
A 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/drivers/net/ethernet/qlogic/qed/ |
A D | qed_hw.h | 302 u8 vf_id; member
|
A D | qed_iro_hsi.h | 126 #define MSTORM_ETH_VF_PRODS_OFFSET(vf_id, vf_queue_id) \ argument 409 #define USTORM_VF_PF_CHANNEL_READY_GTT_OFFSET(vf_id) \ argument
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A 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/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_debugfs.c | 1999 static int hclge_get_vlan_rx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, in hclge_get_vlan_rx_offload_cfg() 2034 static int hclge_get_vlan_tx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, in hclge_get_vlan_tx_offload_cfg() 2072 u8 vlan_type, u8 vf_id, in hclge_get_vlan_filter_config_cmd() 2093 u8 vf_id, u8 *vlan_fe) in hclge_get_vlan_filter_state() 2110 u8 vf_id, u8 *bypass_en) in hclge_get_port_vlan_filter_bypass_state()
|
/linux/drivers/pci/ |
A D | iov.c | 19 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()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_dsaf_mac.c | 285 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()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_port.h | 83 unsigned int vf_id; member
|