mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build broken in r259644.
Submitted by: tuexen Pointy hat to: glebius
This commit is contained in:
parent
8e1dc13857
commit
f56831a217
1 changed files with 2 additions and 0 deletions
|
|
@ -3592,8 +3592,10 @@ ixgbe_atr(struct tx_ring *txr, struct mbuf *mp)
|
|||
static void
|
||||
ixgbe_txeof(struct tx_ring *txr)
|
||||
{
|
||||
#ifdef DEV_NETMAP
|
||||
struct adapter *adapter = txr->adapter;
|
||||
struct ifnet *ifp = adapter->ifp;
|
||||
#endif
|
||||
u32 work, processed = 0;
|
||||
u16 limit = txr->process_limit;
|
||||
struct ixgbe_tx_buf *buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue