Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c180 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send() local
202 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()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c198 struct hclge_desc *desc_to_use; in hclge_cmd_send() local
221 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()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c840 struct hns_roce_cmq_desc *desc_to_use; in hns_roce_cmq_send() local
865 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()