Searched hist:"95 f911d94995861311d78c77acb91af1ad6b8cc5" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_eq.c | diff 95f911d94995861311d78c77acb91af1ad6b8cc5 Fri Sep 09 04:38:19 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly. So it is better to define it to 'void *req', and by this we can eliminate the casting when calling erdma_post_cmd_wait.
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
|
H A D | erdma_cmdq.c | diff 95f911d94995861311d78c77acb91af1ad6b8cc5 Fri Sep 09 04:38:19 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly. So it is better to define it to 'void *req', and by this we can eliminate the casting when calling erdma_post_cmd_wait.
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
|
H A D | erdma.h | diff 95f911d94995861311d78c77acb91af1ad6b8cc5 Fri Sep 09 04:38:19 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly. So it is better to define it to 'void *req', and by this we can eliminate the casting when calling erdma_post_cmd_wait.
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
|
H A D | erdma_qp.c | diff 95f911d94995861311d78c77acb91af1ad6b8cc5 Fri Sep 09 04:38:19 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly. So it is better to define it to 'void *req', and by this we can eliminate the casting when calling erdma_post_cmd_wait.
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
|
H A D | erdma_verbs.c | diff 95f911d94995861311d78c77acb91af1ad6b8cc5 Fri Sep 09 04:38:19 CDT 2022 Cheng Xu <chengyou@linux.alibaba.com> RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly. So it is better to define it to 'void *req', and by this we can eliminate the casting when calling erdma_post_cmd_wait.
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
|