Searched refs:htqp (Results 1 – 5 of 5) sorted by relevance
150 tqp = &hdev->htqp[j].q; in hclgevf_get_regs()
266 struct hclge_comm_tqp *htqp; member
305 hdev->htqp = devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps, in hclgevf_alloc_tqps()307 if (!hdev->htqp) in hclgevf_alloc_tqps()310 tqp = hdev->htqp; in hclgevf_alloc_tqps()377 hdev->htqp[i].q.handle = &hdev->nic; in hclgevf_knic_setup()378 hdev->htqp[i].q.tqp_index = i; in hclgevf_knic_setup()379 kinfo->tqp[i] = &hdev->htqp[i].q; in hclgevf_knic_setup()
933 struct hclge_comm_tqp *htqp; member
1633 hdev->htqp = devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps, in hclge_alloc_tqps()1635 if (!hdev->htqp) in hclge_alloc_tqps()1638 tqp = hdev->htqp; in hclge_alloc_tqps()1709 if (!hdev->htqp[i].alloced) { in hclge_assign_tqp()1710 hdev->htqp[i].q.handle = &vport->nic; in hclge_assign_tqp()1711 hdev->htqp[i].q.tqp_index = alloced; in hclge_assign_tqp()1712 hdev->htqp[i].q.tx_desc_num = kinfo->num_tx_desc; in hclge_assign_tqp()1713 hdev->htqp[i].q.rx_desc_num = kinfo->num_rx_desc; in hclge_assign_tqp()1714 kinfo->tqp[alloced] = &hdev->htqp[i].q; in hclge_assign_tqp()1715 hdev->htqp[i].alloced = true; in hclge_assign_tqp()