|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
#include "openapi_common.h"Go to the source code of this file.
Functions | |
| open_error_t | openapiEtsPeerCbsStatusGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *cbsStatus) |
| Gets the cbs status received from peer. | |
| open_error_t | openapiEtsPeerIncompatibleCfgCountGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *incompatibleCfgCount) |
| Gets the count of incompatible configurations received from peer. | |
| open_error_t | openapiEtsPeerMinBandwidthGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t tcg, uint8_t *bw) |
| Gets the peer minimum bandwidth. | |
| open_error_t | openapiEtsPeerNumTcGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t priority, uint8_t *numTc) |
| Gets the peer number of traffic class groups for the interface. | |
| open_error_t | openapiEtsPeerTsaGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t tcg, uint8_t *sched) |
| Gets the peer schedule info. | |
| open_error_t | openapiEtsPeerWillingGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_BOOL_t *willing) |
| Get the willingness of the peer. | |