Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1124 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id);
H A Dhclge_mbx.c739 qid_in_pf = hclge_covert_handle_qid_global(&vport->nic, queue_id); in hclge_get_queue_id_in_pf()
H A Dhclge_main.c10711 u16 hclge_covert_handle_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclge_covert_handle_qid_global() function
10733 queue_gid = hclge_covert_handle_qid_global(handle, i); in hclge_reset_tqp_cmd()
10786 queue_gid = hclge_covert_handle_qid_global(handle, 0); in hclge_reset_rcb()
12756 .get_global_queue_id = hclge_covert_handle_qid_global,