freebsd-dev/sys/dev/mlx5
Dimitry Andric 3a0b243282 Fix unused variable warning in mlx5_ib_devx.c
With clang 15, the following -Werror warning is produced:

    sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1926:6: error: variable 'num_alloc_xa_entries' set but not used [-Werror,-Wunused-but-set-variable]
            int num_alloc_xa_entries = 0;
                ^

The 'num_alloc_xa_entries' variable appears to have been a debugging aid
that has never been used for anything, so remove it.

MFC after:	3 days
2022-07-25 00:40:13 +02:00
..
mlx5_accel
mlx5_core Fix unused variable warning in mlx5_fs_tree.c 2022-07-25 00:40:13 +02:00
mlx5_en mlx5en(4): Allow RX TLS to be enabled and disabled by ifconfig(8). 2022-06-08 13:53:26 +02:00
mlx5_fpga
mlx5_fpga_tools Infiniband clients must be attached and detached in a specific order in ibcore. 2020-07-06 08:50:11 +00:00
mlx5_ib Fix unused variable warning in mlx5_ib_devx.c 2022-07-25 00:40:13 +02:00
mlx5_lib
cmd.h mlx5ib: Implement support for enabling and disabling RoCE ECN. 2021-07-12 14:22:33 +02:00
cq.h Update user access region, UAR, APIs in the core in mlx5core. 2021-01-08 13:33:46 +01:00
device.h mlx5en: Implement TLS RX support. 2022-02-01 16:21:17 +01:00
diagnostics.h
doorbell.h
driver.h mlx5/mlx5en: Add SQ remap support 2022-02-01 16:21:15 +01:00
fs.h mlx5: Implement offloads flowtable namespace. 2022-02-01 16:21:16 +01:00
mlx5_ifc.h mlx5en: Implement TLS RX support. 2022-02-01 16:21:17 +01:00
mlx5_rdma_if.h
mlx5io.h
mpfs.h
port.h mlx5en: Add missing media types for 100GBit/s, 200Gbit/s and 400Gbit/s. 2021-07-12 14:22:29 +02:00
qp.h mlx5/mlx5en: Add SQ remap support 2022-02-01 16:21:15 +01:00
srq.h ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
tls.h mlx5en: Implement helper functions to open and close TLS TIR context. 2022-02-01 16:21:15 +01:00
vport.h mlx5: Implement mlx5_nic_vport_update_local_lb() 2022-02-01 16:21:16 +01:00