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

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 196 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
ixgbe_api.c 355 * ixgbe_get_device_caps - Get additional device capabilities
361 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps) function in typeref:typename:s32
ixgbe_phy.c 1602 ixgbe_get_device_caps(hw, &enforce_sfp);
1864 ixgbe_get_device_caps(hw, &enforce_sfp);
ixgbe.c 1270 if (ixgbe_get_device_caps(hw, &dev_caps) == 0) {
1340 ixgbe_get_device_caps(hw, &dev_caps);

Completed in 19 milliseconds