HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_allocate_queues (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 758 int ixgbe_allocate_queues(struct ixgbe_softc *);
ix_txrx.c 2350 * ixgbe_allocate_queues
2356 ixgbe_allocate_queues(struct ixgbe_softc *sc) function in typeref:typename:int
2498 } /* ixgbe_allocate_queues */
ixgbe.c 990 if (ixgbe_allocate_queues(sc)) {
1152 if (ixgbe_allocate_queues(sc)) {
ixv.c 531 if (ixgbe_allocate_queues(sc)) {
532 aprint_error_dev(dev, "ixgbe_allocate_queues() failed!\n");

Completed in 21 milliseconds