Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c99 mac->ops.get_device_caps = ixgbe_get_device_caps_generic; in ixgbe_init_ops_X540()
H A Dixgbe_api.c358 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps, in ixgbe_get_device_caps()
H A Dixgbe_82599.c352 mac->ops.get_device_caps = ixgbe_get_device_caps_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3910 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); member
H A Dixgbe_common.c433 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_start_hw_generic()