Home
last modified time | relevance | path

Searched refs:qpc_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c1360 priv->bt_table.qpc_buf.buf = dma_alloc_coherent(dev, in hns_roce_bt_init()
1361 HNS_ROCE_BT_RSV_BUF_SIZE, &priv->bt_table.qpc_buf.map, in hns_roce_bt_init()
1363 if (!priv->bt_table.qpc_buf.buf) in hns_roce_bt_init()
1390 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_init()
1407 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_free()
2420 bt_ba = priv->bt_table.qpc_buf.map >> 12; in hns_roce_v1_clear_hem()
Dhns_roce_hw_v1.h1094 struct hns_roce_buf_list qpc_buf; member