Searched refs:dropqueue (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_api.h185 void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue);
H A Dixgbe_82599.c1408 * @dropqueue: Rx queue index used for the dropped packets
1410 void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue) argument
1420 fdirctrl |= (dropqueue << IXGBE_FDIRCTRL_DROP_Q_SHIFT);
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c631 static void dropqueue(struct psm_softc *);
2534 dropqueue(struct psm_softc *sc) function
2551 dropqueue(sc);
3063 dropqueue(sc);

Completed in 125 milliseconds