Searched defs:phy_handle_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmiipriv.h41 typedef struct phy_handle phy_handle_t; typedef in typeref:struct:phy_handle
70 int (*phy_reset)(phy_handle_t *);
71 int (*phy_start)(phy_handle_t *);
72 int (*phy_stop)(phy_handle_t *);
73 int (*phy_check)(phy_handle_t *);
74 int (*phy_loop)(phy_handle_t *);
167 uint16_t phy_read(phy_handle_t *, uint8_t);
168 void phy_write(phy_handle_t *, uint8_t, uint16_t);
169 int phy_get_prop(phy_handle_t *, char *, int);
170 const char *phy_get_name(phy_handle_t *);
[all...]

Completed in 44 milliseconds