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

  /src/sys/dev/pci/ixgbe/
ixgbe.c 171 static bool ixgbe_suspend(device_t, const pmf_qual_t *);
1275 if (pmf_device_register(dev, ixgbe_suspend, ixgbe_resume))
3969 * ixgbe_suspend
3974 ixgbe_suspend(device_t dev, const pmf_qual_t *qual) function
3979 INIT_DEBUGOUT("ixgbe_suspend: begin");
3984 } /* ixgbe_suspend */

Completed in 22 milliseconds