Lines Matching refs:hnae3_handle

100 struct hclgevf_dev *hclgevf_ae_get_hdev(struct hnae3_handle *handle)  in hclgevf_ae_get_hdev()
110 static void hclgevf_update_stats(struct hnae3_handle *handle) in hclgevf_update_stats()
122 static int hclgevf_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_get_sset_count()
132 static void hclgevf_get_strings(struct hnae3_handle *handle, u32 strset, in hclgevf_get_strings()
141 static void hclgevf_get_stats(struct hnae3_handle *handle, u64 *data) in hclgevf_get_stats()
187 struct hnae3_handle *nic = &hdev->nic; in hclgevf_get_port_base_vlan_filter_state()
261 static u16 hclgevf_get_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclgevf_get_qid_global()
353 struct hnae3_handle *nic = &hdev->nic; in hclgevf_knic_setup()
408 struct hnae3_handle *rhandle = &hdev->roce; in hclgevf_update_link_status()
409 struct hnae3_handle *handle = &hdev->nic; in hclgevf_update_link_status()
447 struct hnae3_handle *nic = &hdev->nic; in hclgevf_set_handle_info()
477 static int hclgevf_get_vector(struct hnae3_handle *handle, u16 vector_num, in hclgevf_get_vector()
560 static int hclgevf_get_rss(struct hnae3_handle *handle, u32 *indir, u8 *key, in hclgevf_get_rss()
587 static int hclgevf_set_rss(struct hnae3_handle *handle, const u32 *indir, in hclgevf_set_rss()
610 static int hclgevf_set_rss_tuple(struct hnae3_handle *handle, in hclgevf_set_rss_tuple()
628 static int hclgevf_get_rss_tuple(struct hnae3_handle *handle, in hclgevf_get_rss_tuple()
650 static int hclgevf_get_tc_size(struct hnae3_handle *handle) in hclgevf_get_tc_size()
658 static int hclgevf_bind_ring_to_vector(struct hnae3_handle *handle, bool en, in hclgevf_bind_ring_to_vector()
702 static int hclgevf_map_ring_to_vector(struct hnae3_handle *handle, int vector, in hclgevf_map_ring_to_vector()
719 struct hnae3_handle *handle, in hclgevf_unmap_ring_from_vector()
746 static int hclgevf_put_vector(struct hnae3_handle *handle, int vector) in hclgevf_put_vector()
768 struct hnae3_handle *handle = &hdev->nic; in hclgevf_cmd_set_promisc_mode()
788 static int hclgevf_set_promisc_mode(struct hnae3_handle *handle, bool en_uc_pmc, in hclgevf_set_promisc_mode()
800 static void hclgevf_request_update_promisc_mode(struct hnae3_handle *handle) in hclgevf_request_update_promisc_mode()
810 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_promisc_mode()
839 static int hclgevf_tqp_enable(struct hnae3_handle *handle, bool enable) in hclgevf_tqp_enable()
874 static void hclgevf_get_mac_addr(struct hnae3_handle *handle, u8 *p) in hclgevf_get_mac_addr()
889 static int hclgevf_set_mac_addr(struct hnae3_handle *handle, const void *p, in hclgevf_set_mac_addr()
952 static int hclgevf_update_mac_list(struct hnae3_handle *handle, in hclgevf_update_mac_list()
996 static int hclgevf_add_uc_addr(struct hnae3_handle *handle, in hclgevf_add_uc_addr()
1003 static int hclgevf_rm_uc_addr(struct hnae3_handle *handle, in hclgevf_rm_uc_addr()
1010 static int hclgevf_add_mc_addr(struct hnae3_handle *handle, in hclgevf_add_mc_addr()
1017 static int hclgevf_rm_mc_addr(struct hnae3_handle *handle, in hclgevf_rm_mc_addr()
1208 static int hclgevf_enable_vlan_filter(struct hnae3_handle *handle, bool enable) in hclgevf_enable_vlan_filter()
1224 static int hclgevf_set_vlan_filter(struct hnae3_handle *handle, in hclgevf_set_vlan_filter()
1272 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_vlan_filter()
1297 static int hclgevf_en_hw_strip_rxvtag(struct hnae3_handle *handle, bool enable) in hclgevf_en_hw_strip_rxvtag()
1308 static int hclgevf_reset_tqp(struct hnae3_handle *handle) in hclgevf_reset_tqp()
1343 static int hclgevf_set_mtu(struct hnae3_handle *handle, int new_mtu) in hclgevf_set_mtu()
1360 struct hnae3_handle *handle = &hdev->nic; in hclgevf_notify_client()
1382 struct hnae3_handle *handle = &hdev->roce; in hclgevf_notify_roce_client()
1671 struct hnae3_handle *handle) in hclgevf_reset_event()
1754 static u32 hclgevf_get_fw_version(struct hnae3_handle *handle) in hclgevf_get_fw_version()
1901 struct hnae3_handle *handle = &hdev->nic; in hclgevf_periodic_service_task()
2106 struct hnae3_handle *roce = &hdev->roce; in hclgevf_init_roce_base_info()
2107 struct hnae3_handle *nic = &hdev->nic; in hclgevf_init_roce_base_info()
2185 struct hnae3_handle *nic = &hdev->nic; in hclgevf_init_vlan_config()
2212 static void hclgevf_set_timer_task(struct hnae3_handle *handle, bool enable) in hclgevf_set_timer_task()
2226 static int hclgevf_ae_start(struct hnae3_handle *handle) in hclgevf_ae_start()
2242 static void hclgevf_ae_stop(struct hnae3_handle *handle) in hclgevf_ae_stop()
2255 static int hclgevf_set_alive(struct hnae3_handle *handle, bool alive) in hclgevf_set_alive()
2269 static int hclgevf_client_start(struct hnae3_handle *handle) in hclgevf_client_start()
2274 static void hclgevf_client_stop(struct hnae3_handle *handle) in hclgevf_client_stop()
3059 struct hnae3_handle *nic = &hdev->nic; in hclgevf_get_max_channels()
3076 static void hclgevf_get_channels(struct hnae3_handle *handle, in hclgevf_get_channels()
3087 static void hclgevf_get_tqps_and_rss_info(struct hnae3_handle *handle, in hclgevf_get_tqps_and_rss_info()
3096 static void hclgevf_update_rss_size(struct hnae3_handle *handle, in hclgevf_update_rss_size()
3121 static int hclgevf_set_channels(struct hnae3_handle *handle, u32 new_tqps_num, in hclgevf_set_channels()
3176 static int hclgevf_get_status(struct hnae3_handle *handle) in hclgevf_get_status()
3183 static void hclgevf_get_ksettings_an_result(struct hnae3_handle *handle, in hclgevf_get_ksettings_an_result()
3204 static int hclgevf_gro_en(struct hnae3_handle *handle, bool enable) in hclgevf_gro_en()
3218 static void hclgevf_get_media_type(struct hnae3_handle *handle, u8 *media_type, in hclgevf_get_media_type()
3230 static bool hclgevf_get_hw_reset_stat(struct hnae3_handle *handle) in hclgevf_get_hw_reset_stat()
3237 static bool hclgevf_get_cmdq_stat(struct hnae3_handle *handle) in hclgevf_get_cmdq_stat()
3244 static bool hclgevf_ae_dev_resetting(struct hnae3_handle *handle) in hclgevf_ae_dev_resetting()
3251 static unsigned long hclgevf_ae_dev_reset_cnt(struct hnae3_handle *handle) in hclgevf_ae_dev_reset_cnt()
3258 static void hclgevf_get_link_mode(struct hnae3_handle *handle, in hclgevf_get_link_mode()
3271 struct hnae3_handle *nic = &hdev->nic; in hclgevf_update_port_base_vlan_info()