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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 159 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *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_common.c 4505 * ixgbe_get_device_caps_generic - Get additional device capabilities
4512 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) function in typeref:typename:s32
4514 DEBUGFUNC("ixgbe_get_device_caps_generic");

Completed in 55 milliseconds