Home
last modified time | relevance | path

Searched refs:ice_discover_dev_caps (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h126 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps);
H A Dice_common.c2941 ice_discover_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_caps) in ice_discover_dev_caps() function
3077 status = ice_discover_dev_caps(hw, &hw->dev_caps); in ice_get_caps()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c293 err = ice_discover_dev_caps(hw, &ctx->dev_caps); in ice_devlink_info_get()