INtime SDK Help
hpeGetQueueConfiguration

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
);

Parameters

devhandle
A handle value for the device.
queue_configuration
A pointer to a 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.

Return Values

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.

Requirements

Versions Defined in Include Link to
INtime 6.0 (HPE3) intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also