OpenNSL API Guide and Reference Manual
Data Structures | Typedefs
phyconfig.h File Reference
#include <shared/port.h>
#include <shared/portmode.h>
#include <shared/port_ability.h>

Go to the source code of this file.

Data Structures

struct  _shr_phy_config_s
 

Typedefs

typedef struct _shr_phy_config_s _shr_phy_config_t
 
typedef void(* _shr_port_medium_status_cb_t )(int unit, int port, _shr_port_medium_t medium, void *user_arg)
 
typedef int(* _shr_port_phy_reset_cb_t )(int unit, _shr_port_t port, void *user_data)
 

Typedef Documentation

typedef void(* _shr_port_medium_status_cb_t)(int unit, int port, _shr_port_medium_t medium, void *user_arg)

Definition at line 56 of file phyconfig.h.

typedef int(* _shr_port_phy_reset_cb_t)(int unit, _shr_port_t port, void *user_data)

Definition at line 53 of file phyconfig.h.