ONLP
Open Network Linux Platform APIs
|
Functions | |
int | onlp_modulei_sw_init (void) |
Software initialization of the Module module. | |
int | onlp_modulei_hw_init (uint32_t flags) |
Hardware initialization of the Module module. More... | |
int | onlp_modulei_sw_denit (void) |
Deinitialize the module software module. More... | |
int | onlp_modulei_hdr_get (onlp_oid_id_t id, onlp_oid_hdr_t *rv) |
Retrieve the module's oid header. More... | |
int | onlp_modulei_info_get (onlp_oid_id_t id, onlp_module_info_t *rv) |
Get the information for the given module OID. More... | |
int onlp_modulei_hdr_get | ( | onlp_oid_id_t | id, |
onlp_oid_hdr_t * | rv | ||
) |
Retrieve the module's oid header.
id | The module oid. | |
[out] | rv | Receives the header. |
int onlp_modulei_hw_init | ( | uint32_t | flags | ) |
Hardware initialization of the Module module.
flags | The hardware initialization flags. |
int onlp_modulei_info_get | ( | onlp_oid_id_t | id, |
onlp_module_info_t * | rv | ||
) |
Get the information for the given module OID.
id | The Module OID | |
[out] | rv | Receives the module information. |
int onlp_modulei_sw_denit | ( | void | ) |
Deinitialize the module software module.