summaryrefslogtreecommitdiffstats
path: root/sys/dev/nfe/if_nfevar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-03 18:28:30 +0000
committerjhb <jhb@FreeBSD.org>2011-01-03 18:28:30 +0000
commitbe4690f32e7fc9ca8ae00f30d3709d74e3ec9638 (patch)
tree1793e62d0fbc4c9b2b994466658eb4f1f58e4793 /sys/dev/nfe/if_nfevar.h
parent4c78089710b5ccf0a0c579c50abd36518cd0921d (diff)
downloadFreeBSD-src-be4690f32e7fc9ca8ae00f30d3709d74e3ec9638.zip
FreeBSD-src-be4690f32e7fc9ca8ae00f30d3709d74e3ec9638.tar.gz
Add a 'locked' variant of the foo_start() routine and call it directly
from interrupt handlers and watchdog routines instead of queueing a task to call foo_start(). Reviewed by: yongari MFC after: 1 month
Diffstat (limited to 'sys/dev/nfe/if_nfevar.h')
-rw-r--r--sys/dev/nfe/if_nfevar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/nfe/if_nfevar.h b/sys/dev/nfe/if_nfevar.h
index d2dbb1a..c2e34f1 100644
--- a/sys/dev/nfe/if_nfevar.h
+++ b/sys/dev/nfe/if_nfevar.h
@@ -139,7 +139,6 @@ struct nfe_softc {
struct nfe_hw_stats nfe_stats;
struct taskqueue *nfe_tq;
struct task nfe_int_task;
- struct task nfe_tx_task;
int nfe_link;
int nfe_suspended;
int nfe_framesize;
OpenPOWER on IntegriCloud