Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c1274 priv->bt_table.qpc_buf.buf = dma_alloc_coherent(dev, in hns_roce_bt_init()
1275 HNS_ROCE_BT_RSV_BUF_SIZE, &priv->bt_table.qpc_buf.map, in hns_roce_bt_init()
1277 if (!priv->bt_table.qpc_buf.buf) in hns_roce_bt_init()
1304 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_init()
1321 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_free()
2349 bt_ba = priv->bt_table.qpc_buf.map >> 12; in hns_roce_v1_clear_hem()
H A Dhns_roce_hw_v1.h1046 struct hns_roce_buf_list qpc_buf; member