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()
1238 struct hns_roce_cmq_desc *desc_to_use; in __hns_roce_cmq_send() local1260 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()