Lines Matching defs:vport

30 static int hclge_gen_resp_to_vf(struct hclge_vport *vport,  in hclge_gen_resp_to_vf()
88 static int hclge_send_mbx_msg(struct hclge_vport *vport, u8 *msg, u16 msg_len, in hclge_send_mbx_msg()
117 int hclge_inform_reset_assert_to_vf(struct hclge_vport *vport) in hclge_inform_reset_assert_to_vf()
168 struct hclge_vport *vport) in hclge_get_ring_chain_from_mbx()
225 static int hclge_map_unmap_ring_to_vf_vector(struct hclge_vport *vport, bool en, in hclge_map_unmap_ring_to_vf_vector()
244 static void hclge_set_vf_promisc_mode(struct hclge_vport *vport, in hclge_set_vf_promisc_mode()
264 static int hclge_set_vf_uc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_uc_mac_addr()
308 static int hclge_set_vf_mc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_mc_mac_addr()
330 int hclge_push_vf_port_base_vlan_info(struct hclge_vport *vport, u8 vfid, in hclge_push_vf_port_base_vlan_info()
347 static int hclge_set_vf_vlan_cfg(struct hclge_vport *vport, in hclge_set_vf_vlan_cfg()
385 static int hclge_set_vf_alive(struct hclge_vport *vport, in hclge_set_vf_alive()
399 static void hclge_get_basic_info(struct hclge_vport *vport, in hclge_get_basic_info()
418 static void hclge_get_vf_queue_info(struct hclge_vport *vport, in hclge_get_vf_queue_info()
438 static void hclge_get_vf_mac_addr(struct hclge_vport *vport, in hclge_get_vf_mac_addr()
445 static void hclge_get_vf_queue_depth(struct hclge_vport *vport, in hclge_get_vf_queue_depth()
462 static void hclge_get_vf_media_type(struct hclge_vport *vport, in hclge_get_vf_media_type()
478 int hclge_push_vf_link_status(struct hclge_vport *vport) in hclge_push_vf_link_status()
513 static void hclge_get_link_mode(struct hclge_vport *vport, in hclge_get_link_mode()
536 static int hclge_mbx_reset_vf_queue(struct hclge_vport *vport, in hclge_mbx_reset_vf_queue()
564 static int hclge_reset_vf(struct hclge_vport *vport) in hclge_reset_vf()
574 static void hclge_vf_keep_alive(struct hclge_vport *vport) in hclge_vf_keep_alive()
579 static int hclge_set_vf_mtu(struct hclge_vport *vport, in hclge_set_vf_mtu()
589 static void hclge_get_queue_id_in_pf(struct hclge_vport *vport, in hclge_get_queue_id_in_pf()
609 static void hclge_get_rss_key(struct hclge_vport *vport, in hclge_get_rss_key()
678 static void hclge_handle_vf_tbl(struct hclge_vport *vport, in hclge_handle_vf_tbl()
700 struct hclge_vport *vport; in hclge_mbx_handler() local