Searched refs:cap_count (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_common.c | 2815 * @cap_count: the number of capabilities in ice_parse_dev_caps() 2826 void *buf, u32 cap_count) 2835 for (i = 0; i < cap_count; i++) { 2974 * @cap_count: the number of capabilities in ice_set_safe_mode_caps() 2985 void *buf, u32 cap_count) in ice_set_safe_mode_caps() 2994 for (i = 0; i < cap_count; i++) { 3112 * @cap_count: if not NULL, set to the number of capabilities reported in ice_is_100m_speed_supported() 3119 * If the cap_count pointer is not NULL, then it is set to the number of 3122 * cap_count will still be updated in this case. It is recommended that the 3127 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, 2618 ice_parse_func_caps(struct ice_hw * hw,struct ice_hw_func_caps * func_p,void * buf,u32 cap_count) ice_parse_func_caps() argument 2773 ice_parse_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,void * buf,u32 cap_count) ice_parse_dev_caps() argument 2840 ice_aq_list_caps(struct ice_hw * hw,void * buf,u16 buf_size,u32 * cap_count,enum ice_adminq_opc opc,struct ice_sq_cd * cd) ice_aq_list_caps() argument 2874 u32 cap_count = 0; ice_discover_dev_caps() local 2908 u32 cap_count = 0; ice_discover_func_caps() local [all...] |
/freebsd/sys/dev/ixl/ |
H A D | 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()
|