Lines Matching defs:handle
91 static struct hclgevf_dev *hclgevf_ae_get_hdev(struct hnae3_handle *handle) in hclgevf_ae_get_hdev()
101 static int hclgevf_tqps_update_stats(struct hnae3_handle *handle) in hclgevf_tqps_update_stats()
145 static u64 *hclgevf_tqps_get_stats(struct hnae3_handle *handle, u64 *data) in hclgevf_tqps_get_stats()
164 static int hclgevf_tqps_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_tqps_get_sset_count()
171 static u8 *hclgevf_tqps_get_strings(struct hnae3_handle *handle, u8 *data) in hclgevf_tqps_get_strings()
196 static void hclgevf_update_stats(struct hnae3_handle *handle, in hclgevf_update_stats()
209 static int hclgevf_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_get_sset_count()
219 static void hclgevf_get_strings(struct hnae3_handle *handle, u32 strset, in hclgevf_get_strings()
228 static void hclgevf_get_stats(struct hnae3_handle *handle, u64 *data) in hclgevf_get_stats()
346 static u16 hclgevf_get_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclgevf_get_qid_global()
472 struct hnae3_handle *handle = &hdev->nic; in hclgevf_update_link_status() local
539 static int hclgevf_get_vector(struct hnae3_handle *handle, u16 vector_num, in hclgevf_get_vector()
624 static u32 hclgevf_get_rss_key_size(struct hnae3_handle *handle) in hclgevf_get_rss_key_size()
629 static u32 hclgevf_get_rss_indir_size(struct hnae3_handle *handle) in hclgevf_get_rss_indir_size()
742 static int hclgevf_get_rss(struct hnae3_handle *handle, u32 *indir, u8 *key, in hclgevf_get_rss()
788 static int hclgevf_set_rss(struct hnae3_handle *handle, const u32 *indir, in hclgevf_set_rss()
857 static int hclgevf_set_rss_tuple(struct hnae3_handle *handle, in hclgevf_set_rss_tuple()
938 static int hclgevf_get_rss_tuple(struct hnae3_handle *handle, in hclgevf_get_rss_tuple()
1019 static int hclgevf_get_tc_size(struct hnae3_handle *handle) in hclgevf_get_tc_size()
1027 static int hclgevf_bind_ring_to_vector(struct hnae3_handle *handle, bool en, in hclgevf_bind_ring_to_vector()
1071 static int hclgevf_map_ring_to_vector(struct hnae3_handle *handle, int vector, in hclgevf_map_ring_to_vector()
1088 struct hnae3_handle *handle, in hclgevf_unmap_ring_from_vector()
1115 static int hclgevf_put_vector(struct hnae3_handle *handle, int vector) in hclgevf_put_vector()
1154 static int hclgevf_set_promisc_mode(struct hnae3_handle *handle, bool en_uc_pmc, in hclgevf_set_promisc_mode()
1166 static void hclgevf_request_update_promisc_mode(struct hnae3_handle *handle) in hclgevf_request_update_promisc_mode()
1175 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_promisc_mode() local
1211 static void hclgevf_reset_tqp_stats(struct hnae3_handle *handle) in hclgevf_reset_tqp_stats()
1243 static void hclgevf_get_mac_addr(struct hnae3_handle *handle, u8 *p) in hclgevf_get_mac_addr()
1258 static int hclgevf_set_mac_addr(struct hnae3_handle *handle, void *p, in hclgevf_set_mac_addr()
1321 static int hclgevf_update_mac_list(struct hnae3_handle *handle, in hclgevf_update_mac_list()
1365 static int hclgevf_add_uc_addr(struct hnae3_handle *handle, in hclgevf_add_uc_addr()
1372 static int hclgevf_rm_uc_addr(struct hnae3_handle *handle, in hclgevf_rm_uc_addr()
1379 static int hclgevf_add_mc_addr(struct hnae3_handle *handle, in hclgevf_add_mc_addr()
1386 static int hclgevf_rm_mc_addr(struct hnae3_handle *handle, in hclgevf_rm_mc_addr()
1577 static int hclgevf_set_vlan_filter(struct hnae3_handle *handle, in hclgevf_set_vlan_filter()
1626 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_vlan_filter() local
1646 static int hclgevf_en_hw_strip_rxvtag(struct hnae3_handle *handle, bool enable) in hclgevf_en_hw_strip_rxvtag()
1657 static int hclgevf_reset_tqp(struct hnae3_handle *handle, u16 queue_id) in hclgevf_reset_tqp()
1673 static int hclgevf_set_mtu(struct hnae3_handle *handle, int new_mtu) in hclgevf_set_mtu()
1687 struct hnae3_handle *handle = &hdev->nic; in hclgevf_notify_client() local
1709 struct hnae3_handle *handle = &hdev->roce; in hclgevf_notify_roce_client() local
1996 struct hnae3_handle *handle) in hclgevf_reset_event()
2081 static u32 hclgevf_get_fw_version(struct hnae3_handle *handle) in hclgevf_get_fw_version()
2227 struct hnae3_handle *handle = &hdev->nic; in hclgevf_periodic_service_task() local
2535 static void hclgevf_set_timer_task(struct hnae3_handle *handle, bool enable) in hclgevf_set_timer_task()
2550 static int hclgevf_ae_start(struct hnae3_handle *handle) in hclgevf_ae_start()
2565 static void hclgevf_ae_stop(struct hnae3_handle *handle) in hclgevf_ae_stop()
2581 static int hclgevf_set_alive(struct hnae3_handle *handle, bool alive) in hclgevf_set_alive()
2595 static int hclgevf_client_start(struct hnae3_handle *handle) in hclgevf_client_start()
2600 static void hclgevf_client_stop(struct hnae3_handle *handle) in hclgevf_client_stop()
3317 static void hclgevf_get_channels(struct hnae3_handle *handle, in hclgevf_get_channels()
3328 static void hclgevf_get_tqps_and_rss_info(struct hnae3_handle *handle, in hclgevf_get_tqps_and_rss_info()
3337 static void hclgevf_update_rss_size(struct hnae3_handle *handle, in hclgevf_update_rss_size()
3362 static int hclgevf_set_channels(struct hnae3_handle *handle, u32 new_tqps_num, in hclgevf_set_channels()
3410 static int hclgevf_get_status(struct hnae3_handle *handle) in hclgevf_get_status()
3417 static void hclgevf_get_ksettings_an_result(struct hnae3_handle *handle, in hclgevf_get_ksettings_an_result()
3438 static int hclgevf_gro_en(struct hnae3_handle *handle, bool enable) in hclgevf_gro_en()
3445 static void hclgevf_get_media_type(struct hnae3_handle *handle, u8 *media_type, in hclgevf_get_media_type()
3457 static bool hclgevf_get_hw_reset_stat(struct hnae3_handle *handle) in hclgevf_get_hw_reset_stat()
3464 static bool hclgevf_get_cmdq_stat(struct hnae3_handle *handle) in hclgevf_get_cmdq_stat()
3471 static bool hclgevf_ae_dev_resetting(struct hnae3_handle *handle) in hclgevf_ae_dev_resetting()
3478 static unsigned long hclgevf_ae_dev_reset_cnt(struct hnae3_handle *handle) in hclgevf_ae_dev_reset_cnt()
3485 static void hclgevf_get_link_mode(struct hnae3_handle *handle, in hclgevf_get_link_mode()
3500 static int hclgevf_get_regs_len(struct hnae3_handle *handle) in hclgevf_get_regs_len()
3514 static void hclgevf_get_regs(struct hnae3_handle *handle, u32 *version, in hclgevf_get_regs()