opnsense-src/sys/dev/sfxge/common
Dimitry Andric 08329b98ab Fix unused variable warning in sfxge's ef10_tx.c
With clang 15, the following -Werror warning is produced:

    sys/dev/sfxge/common/ef10_tx.c:345:15: error: variable 'eqp' set but not used [-Werror,-Wunused-but-set-variable]
            efx_qword_t *eqp;
                         ^

The 'eqp' variable is passed as an argument to the EFSYS_BAR_WC_WRITEQ()
macro, but currently this macro ignores the argument, similar to its
other _esbp argument. Silence the warning by casting the _eqp argument
to void in the macro.

MFC after:	3 days

(cherry picked from commit a79731b945)
2022-07-29 20:30:00 +02:00
..
ef10_ev.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_filter.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_image.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_intr.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_mac.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_mcdi.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_nvram.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_phy.c sfxge(4): Remove a double word in a few source code comments 2022-04-14 08:07:28 +02:00
ef10_rx.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_signed_image_layout.h
ef10_tlv_layout.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_tx.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
ef10_vpd.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efsys.h Fix unused variable warning in sfxge's ef10_tx.c 2022-07-29 20:30:00 +02:00
efx.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_annote.h
efx_bootcfg.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_check.h
efx_crc32.c
efx_ev.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_filter.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_hash.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_intr.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_lic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_mac.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_mcdi.c sfxge(4): Remove a double word in a few source code comments 2022-04-14 08:07:28 +02:00
efx_mcdi.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_mon.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_nvram.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_phy.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_phy_ids.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_port.c
efx_regs.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_regs_ef10.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_regs_mcdi.h sfxge(4): Remove some double words in source code comments 2022-04-14 08:10:18 +02:00
efx_regs_mcdi_aoe.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_regs_mcdi_strs.h
efx_regs_pci.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_rx.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_sram.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_tunnel.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_tx.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_types.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
efx_vpd.c Fix a common typo in source code comments 2021-09-07 09:24:05 +02:00
hunt_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
hunt_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
mcdi_mon.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
mcdi_mon.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
medford2_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
medford2_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
medford_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
medford_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_flash.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_impl.h sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_mac.c
siena_mcdi.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_nic.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_nvram.c sfxge: clean up empty lines in .c and .h files 2020-09-01 21:29:01 +00:00
siena_phy.c
siena_sram.c
siena_vpd.c