]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers
authorLeon Romanovsky <leonro@nvidia.com>
Fri, 13 Feb 2026 10:57:48 +0000 (12:57 +0200)
committerLeon Romanovsky <leonro@nvidia.com>
Wed, 25 Feb 2026 13:15:30 +0000 (08:15 -0500)
commit0e4b9841f4135d8066d46072b2bad81c205f0247
treeaf6d12f8271127c85eb26bc35f2385b0438bdf92
parent14738dce7ed682e00e603ec224c54c885eb1ce6b
RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers

Inline the mlx4_ib_get_cq_umem helper function into its two call sites
(mlx4_ib_create_cq and mlx4_alloc_resize_umem) to prepare for the
transition to modern CQ creation interface.

Link: https://patch.msgid.link/20260213-refactor-umem-v1-12-f3be85847922@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx4/cq.c