Lines Matching refs:cap_count
705 * @cap_count: the number of capabilities
716 void *buf, u32 cap_count)
725 for (i = 0; i < cap_count; i++) {
808 * @cap_count: the number of capabilities
819 void *buf, u32 cap_count)
828 for (i = 0; i < cap_count; i++) {
853 * @cap_count: if not NULL, set to the number of capabilities reported
859 * If the cap_count pointer is not NULL, then it is set to the number of
862 * cap_count will still be updated in this case. It is recommended that the
870 u32 *cap_count, enum ixgbe_aci_opc opc)
885 if (cap_count)
886 *cap_count = le32_to_cpu(cmd->count);
904 u32 cap_count;
916 cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /
920 &cap_count,
923 ixgbe_parse_dev_caps(hw, dev_caps, cbuf, cap_count);
943 u32 cap_count;
955 cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /
959 &cap_count,
962 ixgbe_parse_func_caps(hw, func_caps, cbuf, cap_count);