Home
last modified time | relevance | path

Searched refs:dev_caps (Results 1 – 1 of 1) sorted by relevance

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