Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h1090 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.c10523 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclge_covert_handle_qid_global() function
10545 queue_gid = hclge_covert_handle_qid_global(handle, i); in hclge_reset_tqp_cmd()
10598 queue_gid = hclge_covert_handle_qid_global(handle, 0); in hclge_reset_rcb()
12846 .get_global_queue_id = hclge_covert_handle_qid_global,