Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

RDMA/ocrdma: Remove unused OCRDMA_UVERBS definition

The OCRDMA_UVERBS() macro is unused, so remove it to clean up the code.

Link: https://patch.msgid.link/20260104-ib-core-misc-v1-6-00367f77f3a8@nvidia.com
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>

authored by

Leon Romanovsky and committed by
Leon Romanovsky
325e3b54 cc016ebe

-2
-2
drivers/infiniband/hw/ocrdma/ocrdma.h
··· 67 67 #define OC_SKH_DEVICE_VF 0x728 68 68 #define OCRDMA_MAX_AH 512 69 69 70 - #define OCRDMA_UVERBS(CMD_NAME) (1ull << IB_USER_VERBS_CMD_##CMD_NAME) 71 - 72 70 #define convert_to_64bit(lo, hi) ((u64)hi << 32 | (u64)lo) 73 71 #define EQ_INTR_PER_SEC_THRSH_HI 150000 74 72 #define EQ_INTR_PER_SEC_THRSH_LOW 100000