opnsense-src/sys/dev/mlx5/mlx5_core
Dimitry Andric 6332ad8673 Fix unused variable warning in mlx5_fs_tree.c
With clang 15, the following -Werror warning is produced:

    sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c:1408:15: error: variable 'candidate_group_num' set but not used [-Werror,-Wunused-but-set-variable]
            unsigned int candidate_group_num = 0;
                         ^

The 'candidate_group_num' 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
..
eswitch.h
flow_table.h
fs_core.h
fs_tcp.h mlx5: Implement flow steering helper functions for TCP sockets. 2022-02-01 16:21:16 +01:00
mlx5_alloc.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_cmd.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_core.h mlx5/mlx4: Bump driver version to 3.7.1 2022-03-08 13:12:03 +01:00
mlx5_cq.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_diagnostics.c
mlx5_eq.c mlx5: Remove unused variables. 2022-04-08 17:25:13 -07:00
mlx5_eswitch.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_fs_cmd.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_fs_tcp.c mlx5: fs_tcp is only used for INET or INET6. 2022-04-13 16:08:21 -07:00
mlx5_fs_tree.c Fix unused variable warning in mlx5_fs_tree.c 2022-07-25 00:40:13 +02:00
mlx5_fw.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_fwdump.c
mlx5_health.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_mad.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_main.c mlx5: Remove write-only variables. 2022-04-06 16:45:28 -07:00
mlx5_mcg.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_mpfs.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_mr.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_pagealloc.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_pd.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_port.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_qp.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_rl.c mlx5/mlx5en: Add SQ remap support 2022-02-01 16:21:15 +01:00
mlx5_srq.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_tls.c mlx5en: Implement helper functions to open and close TLS TIR context. 2022-02-01 16:21:15 +01:00
mlx5_transobj.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_uar.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
mlx5_vport.c mlx5: Implement mlx5_nic_vport_update_local_lb() 2022-02-01 16:21:16 +01:00
mlx5_vsc.c
mlx5_wq.c mlx5: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:57 +02:00
transobj.h
wq.h