Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c920 void *buf, u32 cap_count) in ixgbe_parse_dev_caps() argument
929 for (i = 0; i < cap_count; i++) { in ixgbe_parse_dev_caps()
1036 void *buf, u32 cap_count) in ixgbe_parse_func_caps() argument
1045 for (i = 0; i < cap_count; i++) { in ixgbe_parse_func_caps()
1087 u32 *cap_count, enum ixgbe_aci_opc opc) in ixgbe_aci_list_caps() argument
1102 if (cap_count) in ixgbe_aci_list_caps()
1103 *cap_count = IXGBE_LE32_TO_CPU(cmd->count); in ixgbe_aci_list_caps()
1121 u32 status, cap_count = 0; in ixgbe_discover_dev_caps() local
1131 cap_count = IXGBE_ACI_MAX_BUFFER_SIZE / in ixgbe_discover_dev_caps()
1135 &cap_count, in ixgbe_discover_dev_caps()
[all …]
H A Dixgbe_e610.h58 u32 *cap_count, enum ixgbe_aci_opc opc);
/freebsd/sys/dev/ice/
H A Dice_common.c2835 void *buf, u32 cap_count) in ice_parse_func_caps() argument
2844 for (i = 0; i < cap_count; i++) { in ice_parse_func_caps()
2994 void *buf, u32 cap_count) in ice_parse_dev_caps() argument
3003 for (i = 0; i < cap_count; i++) { in ice_parse_dev_caps()
3136 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_list_caps() argument
3152 if (cap_count) in ice_aq_list_caps()
3153 *cap_count = LE32_TO_CPU(cmd->count); in ice_aq_list_caps()
3169 u32 cap_count = 0; in ice_discover_dev_caps() local
3181 cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct ice_aqc_list_caps_elem); in ice_discover_dev_caps()
3183 status = ice_aq_list_caps(hw, cbuf, ICE_AQ_MAX_BUF_LEN, &cap_count, in ice_discover_dev_caps()
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_common.c3799 u32 cap_count, in i40e_parse_discover_capabilities() argument
3820 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()