Lines Matching defs:atmdev_ops
184 struct atmdev_ops { /* only send is required */ struct
185 void (*dev_close)(struct atm_dev *dev);
186 int (*open)(struct atm_vcc *vcc);
187 void (*close)(struct atm_vcc *vcc);
188 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg);
190 int (*compat_ioctl)(struct atm_dev *dev,unsigned int cmd,
193 int (*getsockopt)(struct atm_vcc *vcc,int level,int optname,
195 int (*setsockopt)(struct atm_vcc *vcc,int level,int optname,
197 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb);
198 int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);
199 void (*phy_put)(struct atm_dev *dev,unsigned char value,
201 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr);
202 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
203 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page);
204 struct module *owner;