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

  /src/sys/dev/pci/ixgbe/
ixgbe.c 799 u16 high, low, nvmreg, dev_caps; local in function:ixgbe_attach
1270 if (ixgbe_get_device_caps(hw, &dev_caps) == 0) {
1271 snprintb(buf, sizeof(buf), IXGBE_DEVICE_CAPS_FLAGS, dev_caps);
1336 u16 dev_caps = 0; local in function:ixgbe_check_wol_support
1340 ixgbe_get_device_caps(hw, &dev_caps);
1341 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) ||
1342 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) &&

Completed in 16 milliseconds