Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c226 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local
258 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclgevf_cmd_send()
259 *desc_to_use = desc[handle]; in hclgevf_cmd_send()
288 desc_to_use = &hw->cmq.csq.desc[ntc]; in hclgevf_cmd_send()
289 desc[handle] = *desc_to_use; in hclgevf_cmd_send()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c262 struct hclge_desc *desc_to_use; in hclge_cmd_send() local
291 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclge_cmd_send()
292 *desc_to_use = desc[handle]; in hclge_cmd_send()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1004 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send() local
1026 desc_to_use = &csq->desc[csq->next_to_use]; in __hns_roce_cmq_send()
1027 *desc_to_use = desc[handle]; in __hns_roce_cmq_send()
1056 desc_to_use = &csq->desc[ntc]; in __hns_roce_cmq_send()
1057 desc[handle] = *desc_to_use; in __hns_roce_cmq_send()