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

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe.h553 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ipackets = (count) macro
564 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ifp->if_ipackets = (count) macro
H A Dif_ix.c3714 IXGBE_SET_IPACKETS(adapter, adapter->stats.pf.gprc);

Completed in 130 milliseconds