Home
last modified time | relevance | path

Searched refs:bt_table (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()
1280 priv->bt_table.mtpt_buf.buf = dma_alloc_coherent(dev, in hns_roce_bt_init()
1281 HNS_ROCE_BT_RSV_BUF_SIZE, &priv->bt_table.mtpt_buf.map, in hns_roce_bt_init()
1283 if (!priv->bt_table.mtpt_buf.buf) { in hns_roce_bt_init()
1288 priv->bt_table.cqc_buf.buf = dma_alloc_coherent(dev, in hns_roce_bt_init()
1289 HNS_ROCE_BT_RSV_BUF_SIZE, &priv->bt_table.cqc_buf.map, in hns_roce_bt_init()
1291 if (!priv->bt_table.cqc_buf.buf) { in hns_roce_bt_init()
1300 priv->bt_table.mtpt_buf.buf, priv->bt_table.mtpt_buf.map); in hns_roce_bt_init()
[all …]
H A Dhns_roce_hw_v1.h1090 struct hns_roce_bt_table bt_table; member