Searched refs:tptr_buf (Results 1 – 2 of 2) sorted by relevance
1390 struct hns_roce_buf_list *tptr_buf; in hns_roce_tptr_init() local1394 tptr_buf = &priv->tptr_table.tptr_buf; in hns_roce_tptr_init()1402 tptr_buf->buf = dma_alloc_coherent(dev, HNS_ROCE_V1_TPTR_BUF_SIZE, in hns_roce_tptr_init()1403 &tptr_buf->map, GFP_KERNEL); in hns_roce_tptr_init()1404 if (!tptr_buf->buf) in hns_roce_tptr_init()1407 hr_dev->tptr_dma_addr = tptr_buf->map; in hns_roce_tptr_init()1416 struct hns_roce_buf_list *tptr_buf; in hns_roce_tptr_free() local1420 tptr_buf = &priv->tptr_table.tptr_buf; in hns_roce_tptr_free()1423 tptr_buf->buf, tptr_buf->map); in hns_roce_tptr_free()2079 struct hns_roce_buf_list *tptr_buf; in hns_roce_v1_write_cqc() local[all …]
1052 struct hns_roce_buf_list tptr_buf; member