STFLIB_ISP_GetModuleRdmaBuf

The API is described in the following sections.

Description

Get a specific module Rdma buffer form the ISP context.

Syntax

The following code block shows the syntax of the API.
STFLIB_ISP_GetModuleRdmaBuf(
    STF_VOID *pIspCtx,
    EN_MODULE_ID enModuleId
    );

Parameter

The API has the following parameters.
Table 1. STFLIB_ISP_GetModuleRdmaBuf Parameter Description
Parameter Description Input/Output
pIspCtx ISP context handle Input
enModuleId Module ID Input

Return

The API has the following return values.
Table 2. STFLIB_ISP_GetModuleRdmaBuf Return Description
Return Description
STF_VOID * Rdma buffer pointer

Requirement

The file libISPC.a is required for using this API.