logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_compressdev_global

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_compressdev_global(3)

Detailed Description

       Global structure used for maintaining state of allocated comp devices

       Definition at line 45 of file rte_compressdev_pmd.h.

Field Documentation

structrte_compressdev*devs
       Device information array

       Definition at line 46 of file rte_compressdev_pmd.h.

   structrte_compressdev_data*data[RTE_COMPRESS_MAX_DEVS]
       Device private data

       Definition at line 47 of file rte_compressdev_pmd.h.

   uint8_tnb_devs
       Number of devices found

       Definition at line 49 of file rte_compressdev_pmd.h.

   uint8_tmax_devs
       Max number of devices

       Definition at line 50 of file rte_compressdev_pmd.h.

Name

       rte_compressdev_global

Synopsis

       #include <rte_compressdev_pmd.h>

   DataFields
       struct rte_compressdev * devs
       struct rte_compressdev_data * data [RTE_COMPRESS_MAX_DEVS]
       uint8_t nb_devs
       uint8_t max_devs

See Also