Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_common.c2051 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap() argument
2056 dev_p->num_funcs = hweight32(number); in ice_parse_valid_functions_cap()
2058 dev_p->num_funcs); in ice_parse_valid_functions_cap()
2070 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument
2075 dev_p->num_vfs_exposed = number; in ice_parse_vf_dev_caps()
2077 dev_p->num_vfs_exposed); in ice_parse_vf_dev_caps()
2089 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument
2094 dev_p->num_vsi_allocd_to_host = number; in ice_parse_vsi_dev_caps()
2096 dev_p->num_vsi_allocd_to_host); in ice_parse_vsi_dev_caps()
2108 ice_parse_fdir_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_fdir_dev_caps() argument
[all …]