Go to the documentation of this file.
14 #ifndef LINUX_ATM_NICSTAR_H
15 #define LINUX_ATM_NICSTAR_H
24 #define NS_GETPSTAT _IOWR('a',ATMIOC_SARPRV+1,struct atmif_sioc)
26 #define NS_SETBUFLEV _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc)
28 #define NS_ADJBUFLEV _IO('a',ATMIOC_SARPRV+3)
47 #define NS_BUFTYPE_SMALL 1
48 #define NS_BUFTYPE_LARGE 2
49 #define NS_BUFTYPE_HUGE 3
50 #define NS_BUFTYPE_IOVEC 4