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

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe.h560 #define IXGBE_SET_IMCASTS(sc, count) (sc)->imcasts = (count) macro
571 #define IXGBE_SET_IMCASTS(sc, count) (sc)->ifp->if_imcasts = (count) macro
H A Dif_ix.c3718 IXGBE_SET_IMCASTS(adapter, adapter->stats.pf.mprc);

Completed in 97 milliseconds