Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dma_ip_drivers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
dma_ip_drivers
Commits
7b7b4ce4
Commit
7b7b4ce4
authored
Feb 03, 2020
by
sujathabanoth-xlnx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libqdma_export.h
Updated the comments for #defines in libqdma_export.h for 2019.2 release
parent
ac1c9e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
25 deletions
+9
-25
QDMA/linux-kernel/libqdma/libqdma_export.h
QDMA/linux-kernel/libqdma/libqdma_export.h
+9
-25
No files found.
QDMA/linux-kernel/libqdma/libqdma_export.h
View file @
7b7b4ce4
...
...
@@ -38,45 +38,29 @@
#include "libqdma_config.h"
#include "qdma_access_export.h"
/**
* Invalid QDMA function number
*/
/** @QDMA_FUNC_ID_INVALID: Invalid QDMA function number */
#define QDMA_FUNC_ID_INVALID (QDMA_PF_MAX + QDMA_VF_MAX)
/**
* QDMA_DEV_NAME_MAXLEN - Maxinum length of the QDMA device name
*/
/** @QDMA_DEV_NAME_MAXLEN: Maxinum length of the QDMA device name */
#define QDMA_DEV_NAME_MAXLEN 32
/**
* DEVICE_VERSION_INFO_STR_LENGTH - QDMA HW version string array length,
* change this if QDMA_HW_VERSION_STRING_LEN is changed in access code
*/
/** @DEVICE_VERSION_INFO_STR_LENGTH: QDMA HW version string array length */
/* change this if QDMA_HW_VERSION_STRING_LEN is changed in access code */
#define DEVICE_VERSION_INFO_STR_LENGTH (34)
/**
* QDMA_QUEUE_NAME_MAXLEN - Maximum queue name length
*/
/** @QDMA_QUEUE_NAME_MAXLEN: Maximum queue name length */
#define QDMA_QUEUE_NAME_MAXLEN 32
/**
* QDMA_QUEUE_IDX_INVALID - Invalid queue index
*/
/** @QDMA_QUEUE_IDX_INVALID: Invalid queue index */
#define QDMA_QUEUE_IDX_INVALID 0xFFFF
/**
* QDMA_QUEUE_VEC_INVALID - Invalid MSIx vector index
*/
/** @QDMA_QUEUE_VEC_INVALID: Invalid MSIx vector index */
#define QDMA_QUEUE_VEC_INVALID 0xFF
/**
* QDMA_REQ_OPAQUE_SIZE - Maximum request length
*/
/** @QDMA_REQ_OPAQUE_SIZE: Maximum request length */
#define QDMA_REQ_OPAQUE_SIZE 80
/**
* QDMA_UDD_MAXLEN - Maximum length of the user defined data
*/
/** @QDMA_UDD_MAXLEN: Maximum length of the user defined data */
#define QDMA_UDD_MAXLEN 32
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment