Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c1335 priv->bt_table.qpc_buf.buf = dma_alloc_coherent(dev, in hns_roce_bt_init()
1336 HNS_ROCE_BT_RSV_BUF_SIZE, &priv->bt_table.qpc_buf.map, in hns_roce_bt_init()
1338 if (!priv->bt_table.qpc_buf.buf) in hns_roce_bt_init()
1365 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_init()
1384 priv->bt_table.qpc_buf.buf, priv->bt_table.qpc_buf.map); in hns_roce_bt_free()
2439 bt_ba = priv->bt_table.qpc_buf.map >> 12; in hns_roce_v1_clear_hem()
Dhns_roce_hw_v1.h1046 struct hns_roce_buf_list qpc_buf; member