Searched defs:cap_count (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_e610.c | 920 void *buf, u32 cap_count) in ixgbe_parse_dev_caps() 1036 void *buf, u32 cap_count) in ixgbe_parse_func_caps() 1087 u32 *cap_count, enum ixgbe_aci_opc opc) in ixgbe_aci_list_caps() 1121 u32 status, cap_count = 0; in ixgbe_discover_dev_caps() local 1159 u32 cap_count = 0; in ixgbe_discover_func_caps() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_common.c | 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()
|