Searched refs:desc_to_use (Results 1 – 3 of 3) sorted by relevance
180 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local202 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclgevf_cmd_send()203 *desc_to_use = desc[handle]; in hclgevf_cmd_send()232 desc_to_use = &hw->cmq.csq.desc[ntc]; in hclgevf_cmd_send()233 desc[handle] = *desc_to_use; in hclgevf_cmd_send()
198 struct hclge_desc *desc_to_use; in hclge_cmd_send() local221 desc_to_use = &hw->cmq.csq.desc[hw->cmq.csq.next_to_use]; in hclge_cmd_send()222 *desc_to_use = desc[handle]; in hclge_cmd_send()253 desc_to_use = &hw->cmq.csq.desc[ntc]; in hclge_cmd_send()254 desc[handle] = *desc_to_use; in hclge_cmd_send()
840 struct hns_roce_cmq_desc *desc_to_use; in hns_roce_cmq_send() local865 desc_to_use = &csq->desc[csq->next_to_use]; in hns_roce_cmq_send()866 *desc_to_use = desc[handle]; in hns_roce_cmq_send()895 desc_to_use = &csq->desc[ntc]; in hns_roce_cmq_send()896 desc[handle] = *desc_to_use; in hns_roce_cmq_send()