• Home
  • Raw
  • Download

Lines Matching defs:vport

15 static int hclge_gen_resp_to_vf(struct hclge_vport *vport,  in hclge_gen_resp_to_vf()
59 static int hclge_send_mbx_msg(struct hclge_vport *vport, u8 *msg, u16 msg_len, in hclge_send_mbx_msg()
86 int hclge_inform_reset_assert_to_vf(struct hclge_vport *vport) in hclge_inform_reset_assert_to_vf()
135 struct hclge_vport *vport) in hclge_get_ring_chain_from_mbx()
186 static int hclge_map_unmap_ring_to_vf_vector(struct hclge_vport *vport, bool en, in hclge_map_unmap_ring_to_vf_vector()
205 static int hclge_set_vf_promisc_mode(struct hclge_vport *vport, in hclge_set_vf_promisc_mode()
216 static int hclge_set_vf_uc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_uc_mac_addr()
259 static int hclge_set_vf_mc_mac_addr(struct hclge_vport *vport, in hclge_set_vf_mc_mac_addr()
293 int hclge_push_vf_port_base_vlan_info(struct hclge_vport *vport, u8 vfid, in hclge_push_vf_port_base_vlan_info()
310 static int hclge_set_vf_vlan_cfg(struct hclge_vport *vport, in hclge_set_vf_vlan_cfg()
351 static int hclge_set_vf_alive(struct hclge_vport *vport, in hclge_set_vf_alive()
366 static int hclge_get_vf_tcinfo(struct hclge_vport *vport, in hclge_get_vf_tcinfo()
384 static int hclge_get_vf_queue_info(struct hclge_vport *vport, in hclge_get_vf_queue_info()
401 static int hclge_get_vf_queue_depth(struct hclge_vport *vport, in hclge_get_vf_queue_depth()
416 static int hclge_get_vf_media_type(struct hclge_vport *vport, in hclge_get_vf_media_type()
428 static int hclge_get_link_info(struct hclge_vport *vport, in hclge_get_link_info()
450 static void hclge_get_link_mode(struct hclge_vport *vport, in hclge_get_link_mode()
473 static void hclge_mbx_reset_vf_queue(struct hclge_vport *vport, in hclge_mbx_reset_vf_queue()
486 static void hclge_reset_vf(struct hclge_vport *vport, in hclge_reset_vf()
499 static void hclge_vf_keep_alive(struct hclge_vport *vport, in hclge_vf_keep_alive()
505 static int hclge_set_vf_mtu(struct hclge_vport *vport, in hclge_set_vf_mtu()
517 static int hclge_get_queue_id_in_pf(struct hclge_vport *vport, in hclge_get_queue_id_in_pf()
530 static int hclge_get_rss_key(struct hclge_vport *vport, in hclge_get_rss_key()
598 struct hclge_vport *vport; in hclge_mbx_handler() local