Home
last modified time | relevance | path

Searched refs:hclge_covert_handle_qid_global (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h1113 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id);
Dhclge_mbx.c687 qid_in_pf = hclge_covert_handle_qid_global(&vport->nic, queue_id); in hclge_get_queue_id_in_pf()
Dhclge_main.c10734 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclge_covert_handle_qid_global() function
10756 queue_gid = hclge_covert_handle_qid_global(handle, i); in hclge_reset_tqp_cmd()
10809 queue_gid = hclge_covert_handle_qid_global(handle, 0); in hclge_reset_rcb()
13085 .get_global_queue_id = hclge_covert_handle_qid_global,