Home
last modified time | relevance | path

Searched refs:RGE_IOC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h93 #define RGE_IOC ((((('R' << 8) + 'G') << 8) + 'E') << 8) macro
98 #define RGE_MII_READ (RGE_IOC|1)
99 #define RGE_MII_WRITE (RGE_IOC|2)
109 #define RGE_DIAG (RGE_IOC|10) /* currently a no-op */
110 #define RGE_PEEK (RGE_IOC|11)
111 #define RGE_POKE (RGE_IOC|12)
112 #define RGE_PHY_RESET (RGE_IOC|13)
113 #define RGE_SOFT_RESET (RGE_IOC|14)
114 #define RGE_HARD_RESET (RGE_IOC|15)