HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_attach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.c 166 static void ixgbe_attach(device_t, device_t, void *);
288 ixgbe_probe, ixgbe_attach, ixgbe_detach, NULL, NULL, NULL,
784 * ixgbe_attach - Device initialization routine
793 ixgbe_attach(device_t parent, device_t dev, void *aux) function in typeref:typename:void
808 INIT_DEBUGOUT("ixgbe_attach: begin");
1302 INIT_DEBUGOUT("ixgbe_attach: end");
1321 } /* ixgbe_attach */

Completed in 16 milliseconds