linux/drivers/infiniband/hw/irdma
Yury Norov b5c7e7ec7d all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
find_first{,_zero}_bit is a more effective analogue of 'next' version if
start == 0. This patch replaces 'next' with 'first' where things look
trivial.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2022-01-15 08:47:31 -08:00
..
cm.c RDMA/irdma: Skip CQP ring during a reset 2021-09-20 14:13:22 -03:00
cm.h RDMA: Constify netdev->dev_addr accesses 2021-10-25 14:33:09 -03:00
ctrl.c RDMA/irdma: Make irdma_uk_cq_init() return a void 2021-10-20 19:54:16 -03:00
defs.h
hmc.c
hmc.h
hw.c all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate 2022-01-15 08:47:31 -08:00
i40iw_hw.c
i40iw_hw.h
i40iw_if.c RDMA/irdma: Skip CQP ring during a reset 2021-09-20 14:13:22 -03:00
icrdma_hw.c
icrdma_hw.h
irdma.h
Kconfig
main.c
main.h RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ 2021-12-07 13:53:01 -04:00
Makefile
osdep.h RDMA/irdma: Remove irdma_get_hw_addr() 2021-10-12 13:21:39 -03:00
pble.c RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_mem()' 2021-12-07 13:45:48 -04:00
pble.h RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_mem()' 2021-12-07 13:45:48 -04:00
protos.h RDMA/irdma: Remove irdma_cqp_up_map_cmd() 2021-10-12 13:21:40 -03:00
puda.c
puda.h
status.h
trace.c
trace.h
trace_cm.h RDMA: Constify netdev->dev_addr accesses 2021-10-25 14:33:09 -03:00
type.h RDMA/irdma: Remove the unused variable local_qp 2021-10-28 08:58:26 -03:00
uda.c
uda.h
uda_d.h
uk.c Linux 5.15 2021-11-01 14:49:20 -03:00
user.h RDMA/irdma: optimize rx path by removing unnecessary copy 2021-11-01 14:39:33 -03:00
utils.c RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ 2021-12-07 13:53:01 -04:00
verbs.c RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ 2021-12-07 13:53:01 -04:00
verbs.h RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ 2021-12-07 13:53:01 -04:00
ws.c RDMA/irdma: Do not hold qos mutex twice on QP resume 2021-10-19 20:22:01 -03:00
ws.h