Obtains a list of queue features supported by the hardware interface. This list includes the numbers of transmit and receive queues and a list of filter types and numbers.
HPESTATUS hpeGetQueueConfiguration( HPEHANDLE devhandle, HPE_QUEUE_CONFIG *queue_configuration );
devhandle
queue_configuration
HPE_QUEUE_CONFIG
structure. The n_filters
field must be initialized to the number of available filter descriptors in the structure. On return, hpeGetQueueConfiguration
updates n_filters
with the actual number of filter types supported. A status value indicating the success or failure of the operation:
E_OK |
The operation completed successfully. |
E_EXIST |
The handle given is not a handle for an open HPE interface. |
E_LIMIT |
The n_filters field is too small for the number of supported filters. |
E_SUPPORT |
The device does not support multi-queue or filter operations. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.0 (HPE3) | intime/rt/include/hpeif2.h | hpeif2.h | hpeif2.lib |