Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe_x540.c116 mac->ops.get_device_caps = ixgbe_get_device_caps_generic; in ixgbe_init_ops_X540()
Dixgbe_82599.c385 mac->ops.get_device_caps = ixgbe_get_device_caps_generic; in ixgbe_init_ops_82599()
Dixgbe_type.h3913 int32_t (*get_device_caps)(struct ixgbe_hw *, uint16_t *); member
Dixgbe.c470 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_start_hw_generic()