The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/qat/qat_api/include/icp_sal.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: BSD-3-Clause */
    2 /* Copyright(c) 2007-2022 Intel Corporation */
    3 /* $FreeBSD$ */
    4 /**
    5  ***************************************************************************
    6  * @file icp_sal.h
    7  *
    8  * @ingroup SalCommon
    9  *
   10  * Functions for both user space and kernel space.
   11  *
   12  ***************************************************************************/
   13 
   14 #ifndef ICP_SAL_H
   15 #define ICP_SAL_H
   16 
   17 /*
   18  * icp_sal_get_dc_error
   19  *
   20  * @description:
   21  *  This function returns the occurrences of compression errors specified
   22  *  in the input parameter
   23  *
   24  * @context
   25  *      This function is called from the user process context
   26  * @assumptions
   27  *      None
   28  * @sideEffects
   29  *      None
   30  * @reentrant
   31  *      No
   32  * @threadSafe
   33  *      No
   34  * @param[in] dcError                DC Error Type
   35  *
   36  * returns                           Number of failing requests of type dcError
   37  */
   38 Cpa64U icp_sal_get_dc_error(Cpa8S dcError);
   39 
   40 #endif

Cache object: 5a021852f231356c333e4f9add80fba1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.