freebsd-dev/sys/dev/sfxge/common
Dimitry Andric a79731b945 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
2022-07-26 19:59:56 +02:00
..
ef10_ev.c
ef10_filter.c
ef10_image.c
ef10_impl.h
ef10_intr.c
ef10_mac.c
ef10_mcdi.c
ef10_nic.c
ef10_nvram.c
ef10_phy.c
ef10_rx.c
ef10_signed_image_layout.h
ef10_tlv_layout.h
ef10_tx.c
ef10_vpd.c
efsys.h Fix unused variable warning in sfxge's ef10_tx.c 2022-07-26 19:59:56 +02:00
efx_annote.h
efx_bootcfg.c
efx_check.h
efx_crc32.c
efx_ev.c
efx_filter.c
efx_hash.c
efx_impl.h
efx_intr.c
efx_lic.c
efx_mac.c
efx_mcdi.c sfxge: plug set-but-not-used vars 2022-04-19 12:45:57 +00:00
efx_mcdi.h
efx_mon.c
efx_nic.c
efx_nvram.c
efx_phy_ids.h
efx_phy.c
efx_port.c
efx_regs_ef10.h
efx_regs_mcdi_aoe.h
efx_regs_mcdi_strs.h
efx_regs_mcdi.h
efx_regs_pci.h
efx_regs.h
efx_rx.c
efx_sram.c
efx_tunnel.c
efx_tx.c
efx_types.h
efx_vpd.c
efx.h
hunt_impl.h
hunt_nic.c
mcdi_mon.c
mcdi_mon.h
medford2_impl.h
medford2_nic.c
medford_impl.h
medford_nic.c
siena_flash.h
siena_impl.h
siena_mac.c
siena_mcdi.c
siena_nic.c
siena_nvram.c
siena_phy.c sfxge: plug set-but-not-used vars 2022-04-19 12:45:57 +00:00
siena_sram.c
siena_vpd.c