Searched defs:IXGBE_SET_IPACKETS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h579 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ipackets = (count) macro
590 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ifp->if_ipackets = (count) macro
H A Dixv.h580 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ipackets = (count) macro
591 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ifp->if_ipackets = (count) macro

Completed in 58 milliseconds