Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2601 kfree(hr_dip); in free_dip_entry()
4738 if (hr_dip) in alloc_dip_entry()
4741 hr_dip = kzalloc(sizeof(*hr_dip), GFP_KERNEL); in alloc_dip_entry()
4742 if (!hr_dip) in alloc_dip_entry()
4747 kfree(hr_dip); in alloc_dip_entry()
4773 hr_dip->qp_cnt++; in get_dip_ctx_idx()
4783 if (hr_dip->qp_cnt) in get_dip_ctx_idx()
4789 hr_dip->qp_cnt++; in get_dip_ctx_idx()
5658 if (!hr_dip) in put_dip_ctx_idx()
5663 hr_dip->qp_cnt--; in put_dip_ctx_idx()
[all …]