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. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D4911
This commit is contained in:
parent
4ff584554c
commit
5b286dec03
@ -78,14 +78,14 @@ falconsiena_rx_prefix_hash(
|
||||
__in efx_rx_hash_alg_t func,
|
||||
__in uint8_t *buffer);
|
||||
|
||||
#endif /* EFSYS_OPT_RX_SCALE */
|
||||
|
||||
static __checkReturn efx_rc_t
|
||||
falconsiena_rx_prefix_pktlen(
|
||||
__in efx_nic_t *enp,
|
||||
__in uint8_t *buffer,
|
||||
__out uint16_t *lengthp);
|
||||
|
||||
#endif /* EFSYS_OPT_RX_SCALE */
|
||||
|
||||
static void
|
||||
falconsiena_rx_qpost(
|
||||
__in efx_rxq_t *erp,
|
||||
|
@ -891,14 +891,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user