Searched refs:hclge_comm_set_rss_algo_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
D | hclge_comm_rss.c | 133 ret = hclge_comm_set_rss_algo_key(hw, hash_algo, key); in hclge_comm_set_rss_hash_key() 140 ret = hclge_comm_set_rss_algo_key(hw, hash_algo, in hclge_comm_set_rss_hash_key() 383 int hclge_comm_set_rss_algo_key(struct hclge_comm_hw *hw, const u8 hfunc, in hclge_comm_set_rss_algo_key() function 423 EXPORT_SYMBOL_GPL(hclge_comm_set_rss_algo_key);
|
D | hclge_comm_rss.h | 108 int hclge_comm_set_rss_algo_key(struct hclge_comm_hw *hw, const u8 hfunc,
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 2160 ret = hclge_comm_set_rss_algo_key(&hdev->hw.hw, in hclgevf_rss_init_hw()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 4959 ret = hclge_comm_set_rss_algo_key(&hdev->hw.hw, hfunc, key); in hclge_rss_init_hw()
|