Home
last modified time | relevance | path

Searched refs:htqp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_regs.c150 tqp = &hdev->htqp[j].q; in hclgevf_get_regs()
H A Dhclgevf_main.h267 struct hclge_comm_tqp *htqp; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h945 struct hclge_comm_tqp *htqp; member
H A Dhclge_main.c1565 hdev->htqp = devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps, in hclge_alloc_tqps()
1567 if (!hdev->htqp) in hclge_alloc_tqps()
1570 tqp = hdev->htqp; in hclge_alloc_tqps()
1641 if (!hdev->htqp[i].alloced) { in hclge_assign_tqp()
1642 hdev->htqp[i].q.handle = &vport->nic; in hclge_assign_tqp()
1643 hdev->htqp[i].q.tqp_index = alloced; in hclge_assign_tqp()
1644 hdev->htqp[i].q.tx_desc_num = kinfo->num_tx_desc; in hclge_assign_tqp()
1645 hdev->htqp[i].q.rx_desc_num = kinfo->num_rx_desc; in hclge_assign_tqp()
1646 kinfo->tqp[alloced] = &hdev->htqp[i].q; in hclge_assign_tqp()
1647 hdev->htqp[i].alloced = true; in hclge_assign_tqp()