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/qat_direct/include/icp_adf_esram.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  * @file icp_adf_esram.h
    6  *
    7  * @description
    8  *      This file contains the ADF interface to retrieve eSRAM information
    9  *
   10  *****************************************************************************/
   11 #ifndef ICP_ADF_ESRAM_H
   12 #define ICP_ADF_ESRAM_H
   13 
   14 /*
   15  * icp_adf_esramGetAddress
   16  *
   17  * Description:
   18  * Returns the eSRAM's physical and virtual addresses and its size in bytes.
   19  *
   20  * Returns:
   21  *   CPA_STATUS_SUCCESS   on success
   22  *   CPA_STATUS_FAIL      on failure
   23  */
   24 CpaStatus icp_adf_esramGetAddress(icp_accel_dev_t *accel_dev,
   25                                   Cpa32U accelNumber,
   26                                   Cpa64U *pPhysAddr,
   27                                   Cpa64U *pVirtAddr,
   28                                   Cpa32U *pSize);
   29 
   30 #endif /* ICP_ADF_ESRAM_H */

Cache object: 6abfa6f9565fafba0a593bd17940192a


[ 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.