Searched refs:cap_count (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/ice/ |
| HD | ice_common.c | 2622 void *buf, u32 cap_count) in ice_parse_func_caps() argument 2631 for (i = 0; i < cap_count; i++) { in ice_parse_func_caps() 2781 void *buf, u32 cap_count) in ice_parse_dev_caps() argument 2790 for (i = 0; i < cap_count; i++) { in ice_parse_dev_caps() 2848 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_list_caps() argument 2864 if (cap_count) in ice_aq_list_caps() 2865 *cap_count = LE32_TO_CPU(cmd->count); in ice_aq_list_caps() 2882 u32 cap_count = 0; in ice_discover_dev_caps() local 2893 cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct ice_aqc_list_caps_elem); in ice_discover_dev_caps() 2895 status = ice_aq_list_caps(hw, cbuf, ICE_AQ_MAX_BUF_LEN, &cap_count, in ice_discover_dev_caps() [all …]
|
| /freebsd-13-stable/sys/dev/ixl/ |
| HD | i40e_common.c | 3799 u32 cap_count, in i40e_parse_discover_capabilities() argument 3820 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()
|