aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/hunt_impl.h
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-12 13:30:42 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-12 13:30:42 +0000
commit15f20ea67d37407912584c7e18d02e03452455e5 (patch)
treee3cb2236f77041838ab5bb5545f8d1969e036f30 /sys/dev/sfxge/common/hunt_impl.h
parent3c5bf8f1c276174a7f80b2fd5a94473389663402 (diff)
downloadsrc-15f20ea67d37407912584c7e18d02e03452455e5.tar.gz
src-15f20ea67d37407912584c7e18d02e03452455e5.zip
sfxge: rename hunt interrupt methods to ef10 and use on Medford
All of these apply to both Huntington and Medford. 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/D4868
Notes
Notes: svn path=/head/; revision=293751
Diffstat (limited to 'sys/dev/sfxge/common/hunt_impl.h')
-rw-r--r--sys/dev/sfxge/common/hunt_impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sfxge/common/hunt_impl.h b/sys/dev/sfxge/common/hunt_impl.h
index 543abba1e7a0..2f819874b36d 100644
--- a/sys/dev/sfxge/common/hunt_impl.h
+++ b/sys/dev/sfxge/common/hunt_impl.h
@@ -112,30 +112,30 @@ hunt_ev_rxlabel_fini(
/* INTR */
__checkReturn efx_rc_t
-hunt_intr_init(
+ef10_intr_init(
__in efx_nic_t *enp,
__in efx_intr_type_t type,
__in efsys_mem_t *esmp);
void
-hunt_intr_enable(
+ef10_intr_enable(
__in efx_nic_t *enp);
void
-hunt_intr_disable(
+ef10_intr_disable(
__in efx_nic_t *enp);
void
-hunt_intr_disable_unlocked(
+ef10_intr_disable_unlocked(
__in efx_nic_t *enp);
__checkReturn efx_rc_t
-hunt_intr_trigger(
+ef10_intr_trigger(
__in efx_nic_t *enp,
__in unsigned int level);
void
-hunt_intr_fini(
+ef10_intr_fini(
__in efx_nic_t *enp);
/* NIC */