Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsonet.h27 #define SONET_GETSTAT _IOR('a',ATMIOC_PHYTYP,struct sonet_stats)
29 #define SONET_GETSTATZ _IOR('a',ATMIOC_PHYTYP+1,struct sonet_stats)
31 #define SONET_SETDIAG _IOWR('a',ATMIOC_PHYTYP+2,int)
33 #define SONET_CLRDIAG _IOWR('a',ATMIOC_PHYTYP+3,int)
35 #define SONET_GETDIAG _IOR('a',ATMIOC_PHYTYP+4,int)
37 #define SONET_SETFRAMING _IO('a',ATMIOC_PHYTYP+5)
39 #define SONET_GETFRAMING _IOR('a',ATMIOC_PHYTYP+6,int)
41 #define SONET_GETFRSENSE _IOR('a',ATMIOC_PHYTYP+7, \
H A Datmioc.h20 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */ macro