Home
last modified time | relevance | path

Searched refs:device_caps (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.h156 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_api.h196 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_api.c402 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps() argument
405 (hw, device_caps), IXGBE_NOT_IMPLEMENTED); in ixgbe_get_device_caps()
H A Dixgbe_common.c404 u16 device_caps; in ixgbe_start_hw_generic() local
437 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_start_hw_generic()
438 if (device_caps & IXGBE_DEVICE_CAPS_NO_CROSSTALK_WR) in ixgbe_start_hw_generic()
4529 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps_generic() argument
4533 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps); in ixgbe_get_device_caps_generic()
/freebsd/sys/sys/
H A Dvideoio.h188 u_int32_t device_caps; member
/freebsd/sys/dev/video/
H A Dvideo.c348 cap->device_caps = vc.capabilities | V4L2_CAP_EXT_PIX_FORMAT; in video_querycap()