Home
last modified time | relevance | path

Searched refs:trunks (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c40 struct hns_roce_buf_list *trunks; in hns_roce_buf_free() local
46 trunks = buf->trunk_list; in hns_roce_buf_free()
47 if (trunks) { in hns_roce_buf_free()
51 trunks[i].buf, trunks[i].map); in hns_roce_buf_free()
53 kfree(trunks); in hns_roce_buf_free()
70 struct hns_roce_buf_list *trunks; in hns_roce_buf_alloc() local
96 trunks = kcalloc(ntrunk, sizeof(*trunks), gfp_flags); in hns_roce_buf_alloc()
97 if (!trunks) { in hns_roce_buf_alloc()
[all...]

Completed in 1 milliseconds