diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-01-14 15:57:55 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-01-14 15:57:55 +0000 |
commit | 33dd4976fc3efd76d467d7f4dc0ae06603302bfb (patch) | |
tree | 0e4416bd079eaa51a46b3e84b4d53ac0063d7d08 /sys/dev/sfxge/common/hunt_impl.h | |
parent | 3125b721882f705ab6eb82fbeb6b85cc9f202f5c (diff) | |
download | FreeBSD-src-33dd4976fc3efd76d467d7f4dc0ae06603302bfb.zip FreeBSD-src-33dd4976fc3efd76d467d7f4dc0ae06603302bfb.tar.gz |
MFC r293751
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.
Diffstat (limited to 'sys/dev/sfxge/common/hunt_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/hunt_impl.h | 12 |
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 543abba..2f81987 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 */ |