Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c223 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local
255 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclgevf_cmd_send()
256 *desc_to_use = desc[handle]; in hclgevf_cmd_send()
285 desc_to_use = &hw->cmq.csq.desc[ntc]; in hclgevf_cmd_send()
286 desc[handle] = *desc_to_use; in hclgevf_cmd_send()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c260 struct hclge_desc *desc_to_use; in hclge_cmd_send() local
289 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclge_cmd_send()
290 *desc_to_use = desc[handle]; in hclge_cmd_send()
/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1238 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send() local
1260 desc_to_use = &csq->desc[csq->next_to_use]; in __hns_roce_cmq_send()
1261 *desc_to_use = desc[handle]; in __hns_roce_cmq_send()
1290 desc_to_use = &csq->desc[ntc]; in __hns_roce_cmq_send()
1291 desc[handle] = *desc_to_use; in __hns_roce_cmq_send()