Searched refs:ixgbe_enable_queue (Results 1 – 1 of 1) sorted by relevance
146 static void ixgbe_enable_queue(struct ixgbe_softc *, u32);3898 ixgbe_enable_queue(sc, que->msix); in ixgbe_if_enable_intr()3946 ixgbe_enable_queue(sc, que->msix); in ixgbe_if_rx_queue_intr_enable()3955 ixgbe_enable_queue(struct ixgbe_softc *sc, u32 vector) in ixgbe_enable_queue() function