Searched refs:desc_to_use (Results 1 – 3 of 3) sorted by relevance
223 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local255 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()
260 struct hclge_desc *desc_to_use; in hclge_cmd_send() local289 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()
1240 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send() local1262 desc_to_use = &csq->desc[csq->next_to_use]; in __hns_roce_cmq_send()1263 *desc_to_use = desc[handle]; in __hns_roce_cmq_send()1293 desc_to_use = &csq->desc[ntc]; in __hns_roce_cmq_send()1294 desc[handle] = *desc_to_use; in __hns_roce_cmq_send()