cxgbe(4): Remove dead code.
Fixes: e7e0844422
cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.
MFC after: 1 week
Sponsored by: Chelsio Communications
This commit is contained in:
parent
0c59e0b4e5
commit
21b778fbeb
@ -81,11 +81,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include "t4_l2t.h"
|
#include "t4_l2t.h"
|
||||||
#include "t4_mp_ring.h"
|
#include "t4_mp_ring.h"
|
||||||
|
|
||||||
#ifdef T4_PKT_TIMESTAMP
|
|
||||||
#define RX_COPY_THRESHOLD (MINCLSIZE - 8)
|
|
||||||
#else
|
|
||||||
#define RX_COPY_THRESHOLD MINCLSIZE
|
#define RX_COPY_THRESHOLD MINCLSIZE
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ethernet frames are DMA'd at this byte offset into the freelist buffer.
|
* Ethernet frames are DMA'd at this byte offset into the freelist buffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user