Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h1147 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id);
Dhclge_mbx.c739 qid_in_pf = hclge_covert_handle_qid_global(&vport->nic, queue_id); in hclge_get_queue_id_in_pf()
Dhclge_main.c10790 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclge_covert_handle_qid_global() function
10812 queue_gid = hclge_covert_handle_qid_global(handle, i); in hclge_reset_tqp_cmd()
10865 queue_gid = hclge_covert_handle_qid_global(handle, 0); in hclge_reset_rcb()
12856 .get_global_queue_id = hclge_covert_handle_qid_global,