Home
last modified time | relevance | path

Searched refs:hclge_comm_cmd_send (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
Dhclge_comm_rss.c109 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_tc_mode()
171 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_tuple()
297 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_indir_table()
329 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_input_tuple()
400 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_algo_key()
Dhclge_comm_tqp_stats.c75 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_tqps_update_stats()
89 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_tqps_update_stats()
Dhclge_comm_cmd.c99 return hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_firmware_compat_config()
236 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_cmd_query_version_and_capability()
469 int hclge_comm_cmd_send(struct hclge_comm_hw *hw, struct hclge_desc *desc, in hclge_comm_cmd_send() function
Dhclge_comm_cmd.h460 int hclge_comm_cmd_send(struct hclge_comm_hw *hw, struct hclge_desc *desc,
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c47 return hclge_comm_cmd_send(&hw->hw, desc, num); in hclgevf_cmd_send()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c390 return hclge_comm_cmd_send(&hw->hw, desc, num); in hclge_cmd_send()