Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3_common/
Dhclge_comm_rss.c111 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_tc_mode()
175 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_tuple()
305 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_indir_table()
338 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_input_tuple()
412 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_set_rss_algo_key()
Dhclge_comm_tqp_stats.c78 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_tqps_update_stats()
92 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_tqps_update_stats()
Dhclge_comm_cmd.c101 return hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_firmware_compat_config()
240 ret = hclge_comm_cmd_send(hw, &desc, 1); in hclge_comm_cmd_query_version_and_capability()
473 int hclge_comm_cmd_send(struct hclge_comm_hw *hw, struct hclge_desc *desc, in hclge_comm_cmd_send() function
522 EXPORT_SYMBOL_GPL(hclge_comm_cmd_send);
Dhclge_comm_cmd.h483 int hclge_comm_cmd_send(struct hclge_comm_hw *hw, struct hclge_desc *desc,
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c3460 ret = hclge_comm_cmd_send(&hdev->hw.hw, desc, 2); in hclge_handle_vf_queue_err_ras()
Dhclge_main.c394 return hclge_comm_cmd_send(&hw->hw, desc, num); in hclge_cmd_send()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c48 return hclge_comm_cmd_send(&hw->hw, desc, num); in hclgevf_cmd_send()