HomeSort by: relevance | last modified time | path
    Searched refs:get_device_caps (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.c 363 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps,
ixgbe_x540.c 104 mac->ops.get_device_caps = ixgbe_get_device_caps_generic;
ixgbe_82599.c 359 mac->ops.get_device_caps = ixgbe_get_device_caps_generic;
ixgbe_type.h 4031 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); member in struct:ixgbe_mac_operations
ixgbe_common.c 433 hw->mac.ops.get_device_caps(hw, &device_caps);

Completed in 28 milliseconds