Searched refs:desc_to_use (Results 1 – 3 of 3) sorted by relevance
226 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local258 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()
262 struct hclge_desc *desc_to_use; in hclge_cmd_send() local291 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()
1004 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send() local1026 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()