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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h266 struct hclge_comm_tqp *htqp; member in struct:hclgevf_dev
H A Dhclgevf_main.c270 hdev->htqp = devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
272 if (!hdev->htqp)
275 tqp = hdev->htqp;
342 hdev->htqp[i].q.handle = &hdev->nic;
343 hdev->htqp[i].q.tqp_index = i;
344 kinfo->tqp[i] = &hdev->htqp[i].q;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h928 struct hclge_comm_tqp *htqp; member in struct:hclge_dev
H A Dhclge_main.c1594 hdev->htqp = devm_kcalloc(&hdev->pdev->dev, hdev->num_tqps,
1596 if (!hdev->htqp)
1599 tqp = hdev->htqp;
1670 if (!hdev->htqp[i].alloced) {
1671 hdev->htqp[i].q.handle = &vport->nic;
1672 hdev->htqp[i].q.tqp_index = alloced;
1673 hdev->htqp[i].q.tx_desc_num = kinfo->num_tx_desc;
1674 hdev->htqp[i].q.rx_desc_num = kinfo->num_rx_desc;
1675 kinfo->tqp[alloced] = &hdev->htqp[i].q;
1676 hdev->htqp[
[all...]

Completed in 170 milliseconds