Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dsonet.h28 #define SONET_GETSTAT _IOR('a',ATMIOC_PHYTYP,struct sonet_stats)
30 #define SONET_GETSTATZ _IOR('a',ATMIOC_PHYTYP+1,struct sonet_stats)
32 #define SONET_SETDIAG _IOWR('a',ATMIOC_PHYTYP+2,int)
34 #define SONET_CLRDIAG _IOWR('a',ATMIOC_PHYTYP+3,int)
36 #define SONET_GETDIAG _IOR('a',ATMIOC_PHYTYP+4,int)
38 #define SONET_SETFRAMING _IOW('a',ATMIOC_PHYTYP+5,int)
40 #define SONET_GETFRAMING _IOR('a',ATMIOC_PHYTYP+6,int)
42 #define SONET_GETFRSENSE _IOR('a',ATMIOC_PHYTYP+7, \
Datmioc.h21 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */ macro