Searched refs:ixgbe_get_device_caps_generic (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h150 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_x540.c90 mac->ops.get_device_caps = &ixgbe_get_device_caps_generic;
H A Dixgbe_82599.c283 mac->ops.get_device_caps = &ixgbe_get_device_caps_generic;
H A Dixgbe_common.c4240 * ixgbe_get_device_caps_generic - Get additional device capabilities
4247 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) function
4249 DEBUGFUNC("ixgbe_get_device_caps_generic");

Completed in 115 milliseconds