Lines Matching defs:vport
30 static int hclge_gen_resp_to_vf(struct hclge_vport *vport, in hclge_gen_resp_to_vf()
90 static int hclge_send_mbx_msg(struct hclge_vport *vport, u8 *msg, u16 msg_len, in hclge_send_mbx_msg()
126 int hclge_inform_reset_assert_to_vf(struct hclge_vport *vport) in hclge_inform_reset_assert_to_vf()
177 struct hclge_vport *vport) in hclge_get_ring_chain_from_mbx()
234 static int hclge_map_unmap_ring_to_vf_vector(struct hclge_vport *vport, bool en, in hclge_map_unmap_ring_to_vf_vector()
253 static void hclge_set_vf_promisc_mode(struct hclge_vport *vport, in hclge_set_vf_promisc_mode()
273 static int hclge_set_vf_uc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_uc_mac_addr()
317 static int hclge_set_vf_mc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_mc_mac_addr()
339 int hclge_push_vf_port_base_vlan_info(struct hclge_vport *vport, u8 vfid, in hclge_push_vf_port_base_vlan_info()
354 static int hclge_set_vf_vlan_cfg(struct hclge_vport *vport, in hclge_set_vf_vlan_cfg()
392 static int hclge_set_vf_alive(struct hclge_vport *vport, in hclge_set_vf_alive()
406 static void hclge_get_basic_info(struct hclge_vport *vport, in hclge_get_basic_info()
425 static void hclge_get_vf_queue_info(struct hclge_vport *vport, in hclge_get_vf_queue_info()
445 static void hclge_get_vf_mac_addr(struct hclge_vport *vport, in hclge_get_vf_mac_addr()
452 static void hclge_get_vf_queue_depth(struct hclge_vport *vport, in hclge_get_vf_queue_depth()
469 static void hclge_get_vf_media_type(struct hclge_vport *vport, in hclge_get_vf_media_type()
485 int hclge_push_vf_link_status(struct hclge_vport *vport) in hclge_push_vf_link_status()
518 static void hclge_get_link_mode(struct hclge_vport *vport, in hclge_get_link_mode()
541 static int hclge_mbx_reset_vf_queue(struct hclge_vport *vport, in hclge_mbx_reset_vf_queue()
569 static int hclge_reset_vf(struct hclge_vport *vport) in hclge_reset_vf()
579 static void hclge_vf_keep_alive(struct hclge_vport *vport) in hclge_vf_keep_alive()
584 static int hclge_set_vf_mtu(struct hclge_vport *vport, in hclge_set_vf_mtu()
594 static int hclge_get_queue_id_in_pf(struct hclge_vport *vport, in hclge_get_queue_id_in_pf()
615 static int hclge_get_rss_key(struct hclge_vport *vport, in hclge_get_rss_key()
685 static void hclge_handle_vf_tbl(struct hclge_vport *vport, in hclge_handle_vf_tbl()
707 struct hclge_vport *vport; in hclge_mbx_handler() local