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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c120 static int ixgbe_attach(device_t);
225 DEVMETHOD(device_attach, ixgbe_attach),
680 * ixgbe_attach - Device initialization routine
689 ixgbe_attach(device_t dev) function
696 INIT_DEBUGOUT("ixgbe_attach: begin");
942 INIT_DEBUGOUT("ixgbe_attach: end");
961 } /* ixgbe_attach */

Completed in 53 milliseconds