| /drivers/net/ethernet/intel/ice/ |
| A D | ice_vf_lib.c | 27 struct ice_vf *vf; in ice_get_vf_by_id() local 75 void ice_put_vf(struct ice_vf *vf) in ice_put_vf() 107 struct ice_vf *vf; in ice_get_num_vfs() local 143 bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled() 579 struct ice_vf *vf; in ice_is_any_vf_in_unicast_promisc() local 752 struct ice_vf *vf; in ice_reset_all_vfs() local 1042 void ice_dis_vf_qs(struct ice_vf *vf) in ice_dis_vf_qs() 1082 int ice_check_vf_init(struct ice_vf *vf) in ice_check_vf_init() 1199 bool ice_is_vf_trusted(struct ice_vf *vf) in ice_is_vf_trusted() 1221 bool ice_is_vf_link_up(struct ice_vf *vf) in ice_is_vf_link_up() [all …]
|
| A D | ice_virtchnl.c | 181 struct ice_vf *vf; in ice_vc_vf_broadcast() local 231 void ice_vc_notify_vf_link_state(struct ice_vf *vf) in ice_vc_notify_vf_link_state() 256 struct ice_vf *vf; in ice_vc_notify_link_state() local 543 static void ice_vc_reset_vf_msg(struct ice_vf *vf) in ice_vc_reset_vf_msg() 1052 static int ice_vc_get_qos_caps(struct ice_vf *vf) in ice_vc_get_qos_caps() 2360 ice_update_legacy_cached_mac(struct ice_vf *vf, in ice_update_legacy_cached_mac() 3098 static int ice_vc_query_rxdid(struct ice_vf *vf) in ice_vc_query_rxdid() 4120 static int ice_vc_get_ptp_cap(struct ice_vf *vf, in ice_vc_get_ptp_cap() 4142 static int ice_vc_get_phc_time(struct ice_vf *vf) in ice_vc_get_phc_time() 4220 void ice_virtchnl_set_dflt_ops(struct ice_vf *vf) in ice_virtchnl_set_dflt_ops() [all …]
|
| A D | ice_sriov.c | 28 struct ice_vf *vf; in ice_free_vf_entries() local 136 struct ice_vf *vf; in ice_free_vfs() local 471 struct ice_vf *vf; in ice_start_vfs() local 688 struct ice_vf *vf; in ice_create_vf_entries() local 935 struct ice_vf *vf; in ice_sriov_set_msix_vec_count() local 1076 struct ice_vf *vf; in ice_process_vflr_event() local 1113 struct ice_vf *vf; in ice_get_vf_from_pfq() local 1166 struct ice_vf *vf; in ice_vf_lan_overflow_event() local 1197 struct ice_vf *vf; in ice_set_vf_spoofchk() local 1255 struct ice_vf *vf; in ice_get_vf_cfg() local [all …]
|
| A D | ice_virtchnl_fdir.c | 332 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr() 831 ice_vc_fdir_parse_raw(struct ice_vf *vf, in ice_vc_fdir_parse_raw() 1317 ice_vc_fdir_insert_entry(struct ice_vf *vf, in ice_vc_fdir_insert_entry() 1341 ice_vc_fdir_remove_entry(struct ice_vf *vf, in ice_vc_fdir_remove_entry() 1458 struct ice_vf *vf; in ice_vf_fdir_timer() local 1494 struct ice_vf *vf = ctrl_vsi->vf; in ice_vc_fdir_irq_handler() local 1805 struct ice_vf *vf; in ice_flush_fdir_ctx() local 1974 ice_vc_add_fdir_raw(struct ice_vf *vf, in ice_vc_add_fdir_raw() 2243 ice_vc_del_fdir_raw(struct ice_vf *vf, in ice_vc_del_fdir_raw() 2411 void ice_vf_fdir_init(struct ice_vf *vf) in ice_vf_fdir_init() [all …]
|
| A D | ice_vf_lib.h | 170 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id() 175 static inline u8 ice_vf_get_port_vlan_prio(struct ice_vf *vf) in ice_vf_get_port_vlan_prio() 180 static inline bool ice_vf_is_port_vlan_ena(struct ice_vf *vf) in ice_vf_is_port_vlan_ena() 185 static inline u16 ice_vf_get_port_vlan_tpid(struct ice_vf *vf) in ice_vf_get_port_vlan_tpid() 190 static inline bool ice_vf_is_lldp_ena(struct ice_vf *vf) in ice_vf_is_lldp_ena() 220 #define ice_for_each_vf(pf, bkt, vf) \ argument 237 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument 286 static inline void ice_put_vf(struct ice_vf *vf) in ice_put_vf() 305 static inline bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled() 315 static inline void ice_set_vf_state_dis(struct ice_vf *vf) in ice_set_vf_state_dis() [all …]
|
| A D | ice_virtchnl_allowlist.c | 129 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) in ice_vc_is_opcode_allowed() 146 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() 158 static void ice_vc_clear_allowlist(struct ice_vf *vf) in ice_vc_clear_allowlist() 167 void ice_vc_set_default_allowlist(struct ice_vf *vf) in ice_vc_set_default_allowlist() 181 void ice_vc_set_working_allowlist(struct ice_vf *vf) in ice_vc_set_working_allowlist() 191 void ice_vc_set_caps_allowlist(struct ice_vf *vf) in ice_vc_set_caps_allowlist()
|
| /drivers/vdpa/ifcvf/ |
| A D | ifcvf_main.c | 22 struct ifcvf_hw *vf = arg; in ifcvf_config_changed() local 42 struct ifcvf_hw *vf = arg; in ifcvf_vqs_reused_intr_handler() local 57 struct ifcvf_hw *vf = arg; in ifcvf_dev_intr_handler() local 367 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_device_features() local 384 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_driver_features() local 398 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_driver_features() local 408 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_status() local 415 struct ifcvf_hw *vf; in ifcvf_vdpa_set_status() local 439 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_reset() local 700 struct ifcvf_hw *vf; in ifcvf_vdpa_dev_add() local [all …]
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_sriov.c | 112 struct bnx2x_virtf *vf, in bnx2x_validate_vf_sp_objs() 167 struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_prep() 589 struct bnx2x_virtf *vf, in bnx2x_vf_prep_rx_mode() 909 struct bnx2x_virtf *vf; in bnx2x_vf_flr_clnup() local 1454 struct bnx2x_virtf *vf; in bnx2x_iov_link_update_vf() local 1722 struct bnx2x_virtf *vf) in bnx2x_vf_handle_filters_eqe() 1730 struct bnx2x_virtf *vf) in bnx2x_vf_handle_rss_update_eqe() 1737 struct bnx2x_virtf *vf; in bnx2x_iov_eq_sp_event() local 1851 struct bnx2x_virtf *vf; in bnx2x_iov_set_queue_sp_obj() local 2144 struct bnx2x_virtf *vf; member [all …]
|
| A D | bnx2x_vfpf.c | 1126 struct bnx2x_virtf *vf) in bnx2x_vf_mbx_resp_single_tlv() 1142 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_send_msg() 1206 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp() 1214 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_phys_port() 1237 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_fp_hsi_ver() 1382 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire_chk_dorq() 1649 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_macvlan_list() 1840 struct bnx2x_virtf *vf, in bnx2x_filters_validate_mac() 1890 struct bnx2x_virtf *vf, in bnx2x_filters_validate_vlan() 1920 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_set_q_filters() [all …]
|
| A D | bnx2x_sriov.h | 166 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs) argument 167 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs) argument 168 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs) argument 169 #define vf_mac_rules_cnt(vf) ((vf)->alloc_resc.num_mac_filters) argument 171 #define vf_mc_rules_cnt(vf) ((vf)->alloc_resc.num_mc_filters) argument 179 #define bnx2x_vfq(vf, nr, var) ((vf)->vfqs[(nr)].var) argument 224 #define for_each_vfq(vf, var) \ argument 227 #define for_each_vf_sb(vf, var) \ argument 230 #define is_vf_multi(vf) (vf_rxq_count(vf) > 1) argument 341 #define BP_VF_BULLETIN(bp, vf) \ argument [all …]
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_virtchnl_pf.c | 26 struct i40e_vf *vf = pf->vf; in i40e_vc_vf_broadcast() local 1623 struct i40e_vf *vf; in i40e_reset_all_vfs() local 4173 struct i40e_vf *vf; in i40e_vc_process_vf_msg() local 4303 struct i40e_vf *vf; in i40e_vc_process_vflr_event() local 4349 struct i40e_vf *vf; in i40e_validate_vf() local 4412 struct i40e_vf *vf; in i40e_ndo_set_vf_mac() local 4504 struct i40e_vf *vf; in i40e_ndo_set_vf_port_vlan() local 4659 struct i40e_vf *vf; in i40e_ndo_set_vf_bw() local 4710 struct i40e_vf *vf; in i40e_ndo_get_vf_config() local 4771 struct i40e_vf *vf; in i40e_ndo_set_vf_link_state() local [all …]
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_sriov.c | 130 int vf = 0; in ixgbe_get_vfs() local 369 u32 *msgbuf, u32 vf) in ixgbe_set_vf_multicasts() 447 u32 vf) in ixgbe_set_vf_vlan() 952 u32 *msgbuf, u32 vf) in ixgbe_set_vf_mac_addr() 974 u32 *msgbuf, u32 vf) in ixgbe_set_vf_vlan_msg() 996 u32 *msgbuf, u32 vf) in ixgbe_set_vf_macvlan_msg() 1039 u32 *msgbuf, u32 vf) in ixgbe_negotiate_vf_api() 1061 u32 *msgbuf, u32 vf) in ixgbe_get_vf_queues() 1138 u32 *msgbuf, u32 vf) in ixgbe_get_vf_rss_key() 1238 u32 *msgbuf, u32 vf) in ixgbe_get_vf_link_state() [all …]
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_sriov_pf.c | 856 struct qlcnic_vf_info *vf, in qlcnic_83xx_cfg_default_mac_vlan() 1111 struct qlcnic_vf_info *vf, in qlcnic_sriov_validate_mtu() 1369 struct qlcnic_vf_info *vf, in qlcnic_sriov_pf_del_guest_vlan() 1394 struct qlcnic_vf_info *vf, in qlcnic_sriov_pf_add_guest_vlan() 1596 struct qlcnic_vf_info *vf) in qlcnic_sriov_del_rx_ctx() 1622 struct qlcnic_vf_info *vf) in qlcnic_sriov_del_tx_ctx() 1688 struct qlcnic_vf_info *vf; in qlcnic_sriov_pf_process_flr() local 1708 struct qlcnic_vf_info *vf) in qlcnic_sriov_handle_soft_flr() 1723 struct qlcnic_vf_info *vf) in qlcnic_sriov_soft_flr_check() 1738 struct qlcnic_vf_info *vf) in qlcnic_sriov_pf_handle_flr() [all …]
|
| A D | qlcnic_sriov_common.c | 146 struct qlcnic_vf_info *vf; in qlcnic_sriov_init() local 265 struct qlcnic_vf_info *vf; in __qlcnic_sriov_cleanup() local 1011 struct qlcnic_vf_info *vf; in qlcnic_sriov_send_bc_cmd() local 1089 struct qlcnic_vf_info *vf) in qlcnic_sriov_handle_bc_resp() 1121 struct qlcnic_vf_info *vf, in __qlcnic_sriov_add_act_list() 1301 struct qlcnic_vf_info *vf; in qlcnic_sriov_handle_bc_event() local 1507 struct qlcnic_vf_info *vf; in qlcnic_vf_add_mc_list() local 1993 struct qlcnic_vf_info *vf; in qlcnic_sriov_validate_vlan_cfg() local 2060 struct qlcnic_vf_info *vf; in qlcnic_sriov_cfg_vf_guest_vlan() local 2168 struct qlcnic_vf_info *vf; in qlcnic_sriov_alloc_vlans() local [all …]
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_sriov.c | 223 static void wx_set_vmolr(struct wx *wx, u16 vf, bool aupe) in wx_set_vmolr() 264 static void wx_write_qde(struct wx *wx, u32 vf, u32 qde) in wx_write_qde() 284 static void wx_clear_vmvir(struct wx *wx, u32 vf) in wx_clear_vmvir() 289 static void wx_ping_vf(struct wx *wx, int vf) in wx_ping_vf() 298 static void wx_set_vf_rx_tx(struct wx *wx, int vf) in wx_set_vf_rx_tx() 344 static void wx_vf_reset_event(struct wx *wx, u16 vf) in wx_vf_reset_event() 378 static void wx_vf_reset_msg(struct wx *wx, u16 vf) in wx_vf_reset_msg() 525 u16 vf, int index, unsigned char *mac_addr) in wx_set_vf_macvlan() 741 static void wx_rcv_msg_from_vf(struct wx *wx, u16 vf) in wx_rcv_msg_from_vf() 822 static void wx_rcv_ack_from_vf(struct wx *wx, u16 vf) in wx_rcv_ack_from_vf() [all …]
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_vf.c | 39 static void otx2vf_process_vfaf_mbox_msg(struct otx2_nic *vf, in otx2vf_process_vfaf_mbox_msg() 117 static int otx2vf_process_mbox_msg_up(struct otx2_nic *vf, in otx2vf_process_mbox_msg_up() 158 struct otx2_nic *vf; in otx2vf_vfaf_mbox_up_handler() local 186 struct otx2_nic *vf = (struct otx2_nic *)vf_irq; in otx2vf_vfaf_mbox_intr_handler() local 326 static int otx2vf_vfaf_mbox_init(struct otx2_nic *vf) in otx2vf_vfaf_mbox_init() 393 struct otx2_nic *vf; in otx2vf_open() local 418 struct otx2_nic *vf = netdev_priv(netdev); in otx2vf_xmit() local 443 struct otx2_nic *vf = netdev_priv(netdev); in otx2vf_set_rx_mode() local 531 static int otx2_vf_wq_init(struct otx2_nic *vf) in otx2_vf_wq_init() 568 struct otx2_nic *vf; in otx2vf_probe() local [all …]
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | siena_sriov.c | 1084 struct siena_vf *vf; in efx_siena_sriov_peer_work() local 1197 struct siena_vf *vf; in efx_siena_sriov_vf_alloc() local 1226 struct siena_vf *vf; in efx_siena_sriov_vfs_fini() local 1247 struct siena_vf *vf; in efx_siena_sriov_vfs_init() local 1371 struct siena_vf *vf; in efx_siena_sriov_fini() local 1406 struct siena_vf *vf; in efx_siena_sriov_event() local 1463 struct siena_vf *vf; in efx_siena_sriov_flr() local 1494 struct siena_vf *vf; in efx_siena_sriov_tx_flush_done() local 1513 struct siena_vf *vf; in efx_siena_sriov_rx_flush_done() local 1538 struct siena_vf *vf; in efx_siena_sriov_desc_fetch_err() local [all …]
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_sriov.c | 29 struct bnxt_vf_info *vf, u16 event_id) in bnxt_hwrm_fwd_async_event_cmpl() 75 struct bnxt_vf_info *vf; in bnxt_set_vf_spoofchk() local 165 struct bnxt_vf_info *vf; in bnxt_set_vf_trust() local 184 struct bnxt_vf_info *vf; in bnxt_get_vf_config() local 218 struct bnxt_vf_info *vf; in bnxt_set_vf_mac() local 250 struct bnxt_vf_info *vf; in bnxt_set_vf_vlan() local 296 struct bnxt_vf_info *vf; in bnxt_set_vf_bw() local 338 struct bnxt_vf_info *vf; in bnxt_set_vf_link_state() local 372 struct bnxt_vf_info *vf; in bnxt_set_vf_attr() local 450 struct bnxt_vf_info *vf = &bp->pf.vf[k]; in bnxt_alloc_vf_resources() local [all …]
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptpf_mbox.c | 74 static void otx_cpt_send_msg_to_vf(struct otx_cpt_device *cpt, int vf, in otx_cpt_send_msg_to_vf() 86 static void otx_cpt_mbox_send_ack(struct otx_cpt_device *cpt, int vf, in otx_cpt_mbox_send_ack() 95 static void otx_cptpf_mbox_send_nack(struct otx_cpt_device *cpt, int vf, in otx_cptpf_mbox_send_nack() 103 static void otx_cpt_clear_mbox_intr(struct otx_cpt_device *cpt, u32 vf) in otx_cpt_clear_mbox_intr() 112 static void otx_cpt_cfg_qlen_for_vf(struct otx_cpt_device *cpt, int vf, in otx_cpt_cfg_qlen_for_vf() 126 static void otx_cpt_cfg_vq_priority(struct otx_cpt_device *cpt, int vf, u32 pri) in otx_cpt_cfg_vq_priority() 178 static void otx_cpt_handle_mbox_intr(struct otx_cpt_device *cpt, int vf) in otx_cpt_handle_mbox_intr() 243 u8 vf; in otx_cpt_mbox_intr_handler() local
|
| /drivers/net/ethernet/cisco/enic/ |
| A D | enic_pp.c | 23 int enic_is_valid_pp_vf(struct enic *enic, int vf, int *err) in enic_is_valid_pp_vf() 54 static int enic_set_port_profile(struct enic *enic, int vf) in enic_set_port_profile() 130 static int enic_unset_port_profile(struct enic *enic, int vf) in enic_unset_port_profile() 174 static int enic_pp_preassociate(struct enic *enic, int vf, in enic_pp_preassociate() 180 static int enic_pp_disassociate(struct enic *enic, int vf, in enic_pp_disassociate() 202 static int enic_pp_preassociate_rr(struct enic *enic, int vf, in enic_pp_preassociate_rr() 241 static int enic_pp_associate(struct enic *enic, int vf, in enic_pp_associate() 289 int enic_process_set_pp_request(struct enic *enic, int vf, in enic_process_set_pp_request() 306 int enic_process_get_pp_request(struct enic *enic, int vf, in enic_process_get_pp_request()
|
| /drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_sriov.c | 18 nfp_net_sriov_check(struct nfp_app *app, int vf, u16 cap, const char *msg, bool warn) in nfp_net_sriov_check() 42 nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg) in nfp_net_sriov_update() 64 int nfp_app_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in nfp_app_set_vf_mac() 96 int nfp_app_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos, in nfp_app_set_vf_vlan() 147 int nfp_app_set_vf_rate(struct net_device *netdev, int vf, in nfp_app_set_vf_rate() 178 int nfp_app_set_vf_spoofchk(struct net_device *netdev, int vf, bool enable) in nfp_app_set_vf_spoofchk() 202 int nfp_app_set_vf_trust(struct net_device *netdev, int vf, bool enable) in nfp_app_set_vf_trust() 226 int nfp_app_set_vf_link_state(struct net_device *netdev, int vf, in nfp_app_set_vf_link_state() 260 int nfp_app_get_vf_config(struct net_device *netdev, int vf, in nfp_app_get_vf_config()
|
| /drivers/crypto/cavium/cpt/ |
| A D | cptpf_mbox.c | 8 static void cpt_send_msg_to_vf(struct cpt_device *cpt, int vf, in cpt_send_msg_to_vf() 20 static void cpt_mbox_send_ack(struct cpt_device *cpt, int vf, in cpt_mbox_send_ack() 28 static void cpt_clear_mbox_intr(struct cpt_device *cpt, u32 vf) in cpt_clear_mbox_intr() 37 static void cpt_cfg_qlen_for_vf(struct cpt_device *cpt, int vf, u32 size) in cpt_cfg_qlen_for_vf() 50 static void cpt_cfg_vq_priority(struct cpt_device *cpt, int vf, u32 pri) in cpt_cfg_vq_priority() 86 static void cpt_handle_mbox_intr(struct cpt_device *cpt, int vf) in cpt_handle_mbox_intr() 149 u8 vf; in cpt_mbox_intr_handler() local
|
| /drivers/infiniband/hw/mlx5/ |
| A D | ib_virt.c | 50 int mlx5_ib_get_vf_config(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_config() 92 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf, in mlx5_ib_set_vf_link_state() 120 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf, in mlx5_ib_get_vf_stats() 151 static int set_vf_node_guid(struct ib_device *device, int vf, u32 port, in set_vf_node_guid() 175 static int set_vf_port_guid(struct ib_device *device, int vf, u32 port, in set_vf_port_guid() 199 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_set_vf_guid() 210 int mlx5_ib_get_vf_guid(struct ib_device *device, int vf, u32 port, in mlx5_ib_get_vf_guid()
|
| /drivers/net/ethernet/cavium/thunder/ |
| A D | nic_main.c | 124 static u64 nic_get_mbx_addr(int vf) in nic_get_mbx_addr() 158 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready() 188 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack() 200 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack() 550 static void nic_send_rss_size(struct nicpf *nic, int vf) in nic_send_rss_size() 786 int vf, struct reset_stat_cfg *cfg) in nic_reset_stat_counters() 827 static void nic_enable_tunnel_parsing(struct nicpf *nic, int vf) in nic_enable_tunnel_parsing() 846 static void nic_enable_vf(struct nicpf *nic, int vf, bool enable) in nic_enable_vf() 927 static void nic_link_status_get(struct nicpf *nic, u8 vf) in nic_link_status_get() 953 static void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr() [all …]
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_sriov.c | 163 struct qed_vf_info *vf = NULL; in qed_iov_get_vf_info() local 680 struct qed_vf_info *vf; in qed_iov_set_vf_to_disable() local 2494 struct qed_vf_info *vf, in qed_iov_vf_stop_rxqs() 2541 struct qed_vf_info *vf, in qed_iov_vf_stop_txqs() 2933 struct qed_vf_info *vf, in qed_iov_vp_update_sge_tpa_param() 3025 struct qed_vf_info *vf) in qed_iov_vf_mbx_vport_update() 4297 struct qed_vf_info *vf; in qed_iov_spoofchk_set() local 4371 struct qed_vf_info *vf; in qed_iov_configure_tx_rate() local 4392 struct qed_vf_info *vf; in qed_iov_configure_min_tx_rate() local 5068 struct qed_vf_info *vf; in qed_update_mac_for_vf_trust_change() local [all …]
|