Lines Matching defs:vf

254 static 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()
699 static void ice_trigger_vf_reset(struct ice_vf *vf, bool is_vflr, bool is_pfr) in ice_trigger_vf_reset()
813 static struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf) in ice_vf_get_port_info()
825 static struct ice_vsi *ice_vf_vsi_setup(struct ice_vf *vf) in ice_vf_vsi_setup()
852 struct ice_vsi *ice_vf_ctrl_vsi_setup(struct ice_vf *vf) in ice_vf_ctrl_vsi_setup()
879 static int ice_calc_vf_first_vector_idx(struct ice_pf *pf, struct ice_vf *vf) in ice_calc_vf_first_vector_idx()
891 static int ice_vf_rebuild_host_vlan_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_vlan_cfg()
928 static int ice_vf_rebuild_host_mac_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_mac_cfg()
966 static void ice_vf_set_host_trust_cfg(struct ice_vf *vf) in ice_vf_set_host_trust_cfg()
982 static void ice_ena_vf_msix_mappings(struct ice_vf *vf) in ice_ena_vf_msix_mappings()
1032 static void ice_ena_vf_q_mappings(struct ice_vf *vf, u16 max_txq, u16 max_rxq) in ice_ena_vf_q_mappings()
1080 static void ice_ena_vf_mappings(struct ice_vf *vf) in ice_ena_vf_mappings()
1132 int ice_calc_vf_reg_idx(struct ice_vf *vf, struct ice_q_vector *q_vector) in ice_calc_vf_reg_idx()
1291 static void ice_clear_vf_reset_trigger(struct ice_vf *vf) in ice_clear_vf_reset_trigger()
1313 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m, in ice_vf_set_vsi_promisc()
1343 static void ice_vf_clear_counters(struct ice_vf *vf) in ice_vf_clear_counters()
1360 static void ice_vf_pre_vsi_rebuild(struct ice_vf *vf) in ice_vf_pre_vsi_rebuild()
1403 static void ice_vf_rebuild_host_cfg(struct ice_vf *vf) in ice_vf_rebuild_host_cfg()
1428 static int ice_vf_rebuild_vsi_with_release(struct ice_vf *vf) in ice_vf_rebuild_vsi_with_release()
1444 static int ice_vf_rebuild_vsi(struct ice_vf *vf) in ice_vf_rebuild_vsi()
1470 static void ice_vf_set_initialized(struct ice_vf *vf) in ice_vf_set_initialized()
1483 static void ice_vf_post_vsi_rebuild(struct ice_vf *vf) in ice_vf_post_vsi_rebuild()
1513 struct ice_vf *vf; in ice_reset_all_vfs() local
1596 static bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
1617 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr) in ice_reset_vf()
1757 static void ice_vc_notify_vf_reset(struct ice_vf *vf) in ice_vc_notify_vf_reset()
1791 static int ice_init_vf_vsi_res(struct ice_vf *vf) in ice_init_vf_vsi_res()
1842 struct ice_vf *vf = &pf->vf[i]; in ice_start_vfs() local
1863 struct ice_vf *vf = &pf->vf[i]; in ice_start_vfs() local
1881 struct ice_vf *vf = &pf->vf[i]; in ice_set_dflt_settings_vfs() local
2105 struct ice_vf *vf = &pf->vf[vf_id]; in ice_process_vflr_event() local
2122 static void ice_vc_reset_vf(struct ice_vf *vf) in ice_vc_reset_vf()
2141 struct ice_vf *vf = &pf->vf[vf_id]; in ice_get_vf_from_pfq() local
2178 struct ice_vf *vf; in ice_vf_lan_overflow_event() local
2205 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf()
2258 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg()
2283 static u16 ice_vc_get_max_frame_size(struct ice_vf *vf) in ice_vc_get_max_frame_size()
2303 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg()
2420 static void ice_vc_reset_vf_msg(struct ice_vf *vf) in ice_vc_reset_vf_msg()
2451 bool ice_vc_isvalid_vsi_id(struct ice_vf *vf, u16 vsi_id) in ice_vc_isvalid_vsi_id()
2469 static bool ice_vc_isvalid_q_id(struct ice_vf *vf, u16 vsi_id, u8 qid) in ice_vc_isvalid_q_id()
2584 static int ice_vc_handle_rss_cfg(struct ice_vf *vf, u8 *msg, bool add) in ice_vc_handle_rss_cfg()
2714 static int ice_vc_config_rss_key(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_key()
2761 static int ice_vc_config_rss_lut(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_lut()
2807 static void ice_wait_on_vf_reset(struct ice_vf *vf) in ice_wait_on_vf_reset()
2826 static int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
2858 struct ice_vf *vf; in ice_set_vf_spoofchk() local
2936 struct ice_vf *vf = &pf->vf[vf_idx]; in ice_is_any_vf_in_promisc() local
2954 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg()
3105 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg()
3208 static int ice_vc_ena_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_ena_qs_msg()
3297 static int ice_vc_dis_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_dis_qs_msg()
3415 ice_cfg_interrupt(struct ice_vf *vf, struct ice_vsi *vsi, u16 vector_id, in ice_cfg_interrupt()
3463 static int ice_vc_cfg_irq_map_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_irq_map_msg()
3543 static int ice_vc_cfg_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_qs_msg()
3655 static bool ice_is_vf_trusted(struct ice_vf *vf) in ice_is_vf_trusted()
3666 static bool ice_can_vf_change_mac(struct ice_vf *vf) in ice_can_vf_change_mac()
3721 ice_vfhw_mac_add(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) in ice_vfhw_mac_add()
3759 ice_vc_add_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, in ice_vc_add_mac_addr()
3810 ice_vfhw_mac_del(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) in ice_vfhw_mac_del()
3844 ice_vc_del_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, in ice_vc_del_mac_addr()
3882 ice_vc_handle_mac_addr_msg(struct ice_vf *vf, u8 *msg, bool set) in ice_vc_handle_mac_addr_msg()
3956 static int ice_vc_add_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_add_mac_addr_msg()
3968 static int ice_vc_del_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_del_mac_addr_msg()
3983 static int ice_vc_request_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_request_qs_msg()
4049 struct ice_vf *vf; in ice_set_vf_port_vlan() local
4113 static int ice_vc_process_vlan_msg(struct ice_vf *vf, u8 *msg, bool add_v) in ice_vc_process_vlan_msg()
4294 static int ice_vc_add_vlan_msg(struct ice_vf *vf, u8 *msg) in ice_vc_add_vlan_msg()
4306 static int ice_vc_remove_vlan_msg(struct ice_vf *vf, u8 *msg) in ice_vc_remove_vlan_msg()
4317 static int ice_vc_ena_vlan_stripping(struct ice_vf *vf) in ice_vc_ena_vlan_stripping()
4347 static int ice_vc_dis_vlan_stripping(struct ice_vf *vf) in ice_vc_dis_vlan_stripping()
4386 static int ice_vf_init_vlan_stripping(struct ice_vf *vf) in ice_vf_init_vlan_stripping()
4417 struct ice_vf *vf = NULL; in ice_vc_process_vf_msg() local
4566 struct ice_vf *vf; in ice_get_vf_cfg() local
4640 struct ice_vf *vf; in ice_set_vf_mac() local
4699 struct ice_vf *vf; in ice_set_vf_trust() local
4733 struct ice_vf *vf; in ice_set_vf_link_state() local
4777 struct ice_vf *vf; in ice_get_vf_stats() local
4815 void ice_print_vf_rx_mdd_event(struct ice_vf *vf) in ice_print_vf_rx_mdd_event()
4852 struct ice_vf *vf = &pf->vf[i]; in ice_print_vfs_mdd_events() local
4920 struct ice_vf *vf; in ice_is_malicious_vf() local