Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_common.c2048 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap() argument
2053 dev_p->num_funcs = hweight32(number); in ice_parse_valid_functions_cap()
2055 dev_p->num_funcs); in ice_parse_valid_functions_cap()
2067 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument
2072 dev_p->num_vfs_exposed = number; in ice_parse_vf_dev_caps()
2074 dev_p->num_vfs_exposed); in ice_parse_vf_dev_caps()
2086 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument
2091 dev_p->num_vsi_allocd_to_host = number; in ice_parse_vsi_dev_caps()
2093 dev_p->num_vsi_allocd_to_host); in ice_parse_vsi_dev_caps()
2105 ice_parse_fdir_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_fdir_dev_caps() argument
[all …]