Searched refs:cap_count (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | dasharo-acpi.c | 301 int cap_count = 0; in dasharo_fill_feature_caps() local 310 if (cap_count >= ARRAY_SIZE(data->capabilities[feat])) in dasharo_fill_feature_caps() 313 cap = &data->capabilities[feat][cap_count]; in dasharo_fill_feature_caps() 318 cap_count++; in dasharo_fill_feature_caps() 321 data->caps_found[feat] = cap_count; in dasharo_fill_feature_caps()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 716 void *buf, u32 cap_count) in ixgbe_parse_dev_caps() argument 725 for (i = 0; i < cap_count; i++) { in ixgbe_parse_dev_caps() 819 void *buf, u32 cap_count) in ixgbe_parse_func_caps() argument 828 for (i = 0; i < cap_count; i++) { in ixgbe_parse_func_caps() 870 u32 *cap_count, enum ixgbe_aci_opc opc) in ixgbe_aci_list_caps() argument 885 if (cap_count) in ixgbe_aci_list_caps() 886 *cap_count = le32_to_cpu(cmd->count); in ixgbe_aci_list_caps() 904 u32 cap_count; in ixgbe_discover_dev_caps() local 916 cap_count = IXGBE_ACI_MAX_BUFFER_SIZE / in ixgbe_discover_dev_caps() 920 &cap_count, in ixgbe_discover_dev_caps() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 2672 void *buf, u32 cap_count) in ice_parse_func_caps() argument 2681 for (i = 0; i < cap_count; i++) { in ice_parse_func_caps() 2935 void *buf, u32 cap_count) in ice_parse_dev_caps() argument 2944 for (i = 0; i < cap_count; i++) { in ice_parse_dev_caps() 3087 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_list_caps() argument 3103 if (cap_count) in ice_aq_list_caps() 3104 *cap_count = le32_to_cpu(cmd->count); in ice_aq_list_caps() 3120 u32 cap_count = 0; in ice_discover_dev_caps() local 3132 cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct libie_aqc_list_caps_elem); in ice_discover_dev_caps() 3134 status = ice_aq_list_caps(hw, cbuf, ICE_AQ_MAX_BUF_LEN, &cap_count, in ice_discover_dev_caps() [all …]
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 2645 u32 cap_count, in i40e_parse_discover_capabilities() argument 2666 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()
|