Searched refs:IXGBE_SET_IQDROPS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixgbe/ | ||
H A D | ixgbe.h | 485 #define IXGBE_SET_IQDROPS(sc, count) (sc)->iqdrops = (count) macro |
H A D | if_ix.c | 1658 IXGBE_SET_IQDROPS(sc, total_missed_rx); in ixgbe_update_stats_counters() |