diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-01-20 07:50:00 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-01-20 07:50:00 +0000 |
commit | fa1d117e1897922d0099865cd8fd767bd39b5cfc (patch) | |
tree | ba4a9e2f2d7a2cdb842a3d5a2ad790a531e63eee /sys/dev/sfxge/common/hunt_impl.h | |
parent | 13a2c477eb483ab6eb71b3d6bd2659dd62087d35 (diff) | |
download | FreeBSD-src-fa1d117e1897922d0099865cd8fd767bd39b5cfc.zip FreeBSD-src-fa1d117e1897922d0099865cd8fd767bd39b5cfc.tar.gz |
MFC r293890
sfxge: rx_prefix_pktlen methods do not require EFSYS_OPT_RX_SCALE
Submitted by: Mark Spender <mspender at solarflare.com>
Reviewed by: gnn
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/hunt_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/hunt_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sfxge/common/hunt_impl.h b/sys/dev/sfxge/common/hunt_impl.h index dcb4e70..27241b5 100644 --- a/sys/dev/sfxge/common/hunt_impl.h +++ b/sys/dev/sfxge/common/hunt_impl.h @@ -864,14 +864,14 @@ ef10_rx_prefix_hash( __in efx_rx_hash_alg_t func, __in uint8_t *buffer); +#endif /* EFSYS_OPT_RX_SCALE */ + extern __checkReturn efx_rc_t ef10_rx_prefix_pktlen( __in efx_nic_t *enp, __in uint8_t *buffer, __out uint16_t *lengthp); -#endif /* EFSYS_OPT_RX_SCALE */ - extern void ef10_rx_qpost( __in efx_rxq_t *erp, |