diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-02 14:25:30 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-02 14:25:30 +0000 |
| commit | 7846f73cc85f87878e35bbca66037edd1778d6e8 (patch) | |
| tree | 8448089bc0a31262fa8eb345c1d612060dd44084 /sys | |
| parent | 5c73dd07a66c167cd2fd6666eb6e92f4d0991a43 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/e1000/if_em.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index 7e2690eae084..9df560ad3199 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -365,7 +365,6 @@ MODULE_DEPEND(em, netmap, 1, 1, 1); #define EM_TICKS_TO_USECS(ticks) ((1024 * (ticks) + 500) / 1000) #define EM_USECS_TO_TICKS(usecs) ((1000 * (usecs) + 512) / 1024) -#define M_TSO_LEN 66 #define MAX_INTS_PER_SEC 8000 #define DEFAULT_ITR (1000000000/(MAX_INTS_PER_SEC * 256)) |
