• Home
  • Raw
  • Download

Lines Matching defs:vf

254 struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf)  in ice_get_vf_vsi()
279 static int ice_check_vf_init(struct ice_pf *pf, struct ice_vf *vf) in ice_check_vf_init()
336 struct ice_vf *vf = &pf->vf[i]; in ice_vc_vf_broadcast() local
359 ice_set_pfe_link(struct ice_vf *vf, struct virtchnl_pf_event *pfe, in ice_set_pfe_link()
383 static bool ice_vf_has_no_qs_ena(struct ice_vf *vf) in ice_vf_has_no_qs_ena()
393 static bool ice_is_vf_link_up(struct ice_vf *vf) in ice_is_vf_link_up()
415 static void ice_vc_notify_vf_link_state(struct ice_vf *vf) in ice_vc_notify_vf_link_state()
438 static void ice_vf_invalidate_vsi(struct ice_vf *vf) in ice_vf_invalidate_vsi()
448 static void ice_vf_vsi_release(struct ice_vf *vf) in ice_vf_vsi_release()
458 static void ice_vf_ctrl_invalidate_vsi(struct ice_vf *vf) in ice_vf_ctrl_invalidate_vsi()
467 static void ice_vf_ctrl_vsi_release(struct ice_vf *vf) in ice_vf_ctrl_vsi_release()
477 static void ice_free_vf_res(struct ice_vf *vf) in ice_free_vf_res()
517 static void ice_dis_vf_mappings(struct ice_vf *vf) in ice_dis_vf_mappings()
587 void ice_set_vf_state_qs_dis(struct ice_vf *vf) in ice_set_vf_state_qs_dis()
599 static void ice_dis_vf_qs(struct ice_vf *vf) in ice_dis_vf_qs()
637 struct ice_vf *vf = &pf->vf[i]; in ice_free_vfs() local
701 static void ice_trigger_vf_reset(struct ice_vf *vf, bool is_vflr, bool is_pfr) in ice_trigger_vf_reset()
815 static struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf) in ice_vf_get_port_info()
827 static struct ice_vsi *ice_vf_vsi_setup(struct ice_vf *vf) in ice_vf_vsi_setup()
854 struct ice_vsi *ice_vf_ctrl_vsi_setup(struct ice_vf *vf) in ice_vf_ctrl_vsi_setup()
881 static int ice_calc_vf_first_vector_idx(struct ice_pf *pf, struct ice_vf *vf) in ice_calc_vf_first_vector_idx()
893 static int ice_vf_rebuild_host_vlan_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_vlan_cfg()
930 static int ice_vf_rebuild_host_mac_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_mac_cfg()
968 static void ice_vf_set_host_trust_cfg(struct ice_vf *vf) in ice_vf_set_host_trust_cfg()
984 static void ice_ena_vf_msix_mappings(struct ice_vf *vf) in ice_ena_vf_msix_mappings()
1034 static void ice_ena_vf_q_mappings(struct ice_vf *vf, u16 max_txq, u16 max_rxq) in ice_ena_vf_q_mappings()
1082 static void ice_ena_vf_mappings(struct ice_vf *vf) in ice_ena_vf_mappings()
1134 int ice_calc_vf_reg_idx(struct ice_vf *vf, struct ice_q_vector *q_vector) in ice_calc_vf_reg_idx()
1293 static void ice_clear_vf_reset_trigger(struct ice_vf *vf) in ice_clear_vf_reset_trigger()
1315 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m, in ice_vf_set_vsi_promisc()
1345 static void ice_vf_clear_counters(struct ice_vf *vf) in ice_vf_clear_counters()
1362 static void ice_vf_pre_vsi_rebuild(struct ice_vf *vf) in ice_vf_pre_vsi_rebuild()
1405 static void ice_vf_rebuild_host_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_cfg()
1430 static int ice_vf_rebuild_vsi_with_release(struct ice_vf *vf) in ice_vf_rebuild_vsi_with_release()
1446 static int ice_vf_rebuild_vsi(struct ice_vf *vf) in ice_vf_rebuild_vsi()
1472 static void ice_vf_set_initialized(struct ice_vf *vf) in ice_vf_set_initialized()
1485 static void ice_vf_post_vsi_rebuild(struct ice_vf *vf) in ice_vf_post_vsi_rebuild()
1515 struct ice_vf *vf; in ice_reset_all_vfs() local
1603 static bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
1624 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr) in ice_reset_vf()
1766 static void ice_vc_notify_vf_reset(struct ice_vf *vf) in ice_vc_notify_vf_reset()
1800 static int ice_init_vf_vsi_res(struct ice_vf *vf) in ice_init_vf_vsi_res()
1851 struct ice_vf *vf = &pf->vf[i]; in ice_start_vfs() local
1872 struct ice_vf *vf = &pf->vf[i]; in ice_start_vfs() local
1890 struct ice_vf *vf = &pf->vf[i]; in ice_set_dflt_settings_vfs() local
2116 struct ice_vf *vf = &pf->vf[vf_id]; in ice_process_vflr_event() local
2136 static void ice_vc_reset_vf(struct ice_vf *vf) in ice_vc_reset_vf()
2155 struct ice_vf *vf = &pf->vf[vf_id]; in ice_get_vf_from_pfq() local
2192 struct ice_vf *vf; in ice_vf_lan_overflow_event() local
2221 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf()
2256 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg()
2281 static u16 ice_vc_get_max_frame_size(struct ice_vf *vf) in ice_vc_get_max_frame_size()
2301 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg()
2418 static void ice_vc_reset_vf_msg(struct ice_vf *vf) in ice_vc_reset_vf_msg()
2449 bool ice_vc_isvalid_vsi_id(struct ice_vf *vf, u16 vsi_id) in ice_vc_isvalid_vsi_id()
2467 static bool ice_vc_isvalid_q_id(struct ice_vf *vf, u16 vsi_id, u8 qid) in ice_vc_isvalid_q_id()
2582 static int ice_vc_handle_rss_cfg(struct ice_vf *vf, u8 *msg, bool add) in ice_vc_handle_rss_cfg()
2712 static int ice_vc_config_rss_key(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_key()
2759 static int ice_vc_config_rss_lut(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_lut()
2805 static void ice_wait_on_vf_reset(struct ice_vf *vf) in ice_wait_on_vf_reset()
2824 static int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
2856 struct ice_vf *vf; in ice_set_vf_spoofchk() local
2934 struct ice_vf *vf = &pf->vf[vf_idx]; in ice_is_any_vf_in_promisc() local
2952 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg()
3103 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg()
3206 static int ice_vc_ena_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_ena_qs_msg()
3295 static int ice_vc_dis_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_dis_qs_msg()
3413 ice_cfg_interrupt(struct ice_vf *vf, struct ice_vsi *vsi, u16 vector_id, in ice_cfg_interrupt()
3461 static int ice_vc_cfg_irq_map_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_irq_map_msg()
3541 static int ice_vc_cfg_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_qs_msg()
3653 static bool ice_is_vf_trusted(struct ice_vf *vf) in ice_is_vf_trusted()
3664 static bool ice_can_vf_change_mac(struct ice_vf *vf) in ice_can_vf_change_mac()
3719 ice_vfhw_mac_add(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) in ice_vfhw_mac_add()
3757 ice_vc_add_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, in ice_vc_add_mac_addr()
3812 ice_vfhw_mac_del(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) in ice_vfhw_mac_del()
3846 ice_vc_del_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, in ice_vc_del_mac_addr()
3884 ice_vc_handle_mac_addr_msg(struct ice_vf *vf, u8 *msg, bool set) in ice_vc_handle_mac_addr_msg()
3958 static int ice_vc_add_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_add_mac_addr_msg()
3970 static int ice_vc_del_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_del_mac_addr_msg()
3985 static int ice_vc_request_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_request_qs_msg()
4051 struct ice_vf *vf; in ice_set_vf_port_vlan() local
4118 static int ice_vc_process_vlan_msg(struct ice_vf *vf, u8 *msg, bool add_v) in ice_vc_process_vlan_msg()
4299 static int ice_vc_add_vlan_msg(struct ice_vf *vf, u8 *msg) in ice_vc_add_vlan_msg()
4311 static int ice_vc_remove_vlan_msg(struct ice_vf *vf, u8 *msg) in ice_vc_remove_vlan_msg()
4322 static int ice_vc_ena_vlan_stripping(struct ice_vf *vf) in ice_vc_ena_vlan_stripping()
4352 static int ice_vc_dis_vlan_stripping(struct ice_vf *vf) in ice_vc_dis_vlan_stripping()
4391 static int ice_vf_init_vlan_stripping(struct ice_vf *vf) in ice_vf_init_vlan_stripping()
4422 struct ice_vf *vf = NULL; in ice_vc_process_vf_msg() local
4578 struct ice_vf *vf; in ice_get_vf_cfg() local
4652 struct ice_vf *vf; in ice_set_vf_mac() local
4714 struct ice_vf *vf; in ice_set_vf_trust() local
4752 struct ice_vf *vf; in ice_set_vf_link_state() local
4796 struct ice_vf *vf; in ice_get_vf_stats() local
4834 void ice_print_vf_rx_mdd_event(struct ice_vf *vf) in ice_print_vf_rx_mdd_event()
4871 struct ice_vf *vf = &pf->vf[i]; in ice_print_vfs_mdd_events() local
4939 struct ice_vf *vf; in ice_is_malicious_vf() local