Lines Matching defs:atmdev_ops
388 struct atmdev_ops { /* only send is required */ struct
389 void (*dev_close)(struct atm_dev *dev);
390 int (*open)(struct atm_vcc *vcc);
391 void (*close)(struct atm_vcc *vcc);
392 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg);
394 int (*compat_ioctl)(struct atm_dev *dev,unsigned int cmd,
397 int (*getsockopt)(struct atm_vcc *vcc,int level,int optname,
399 int (*setsockopt)(struct atm_vcc *vcc,int level,int optname,
401 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb);
402 int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);
403 void (*phy_put)(struct atm_dev *dev,unsigned char value,
405 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr);
406 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
407 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page);
431 const struct atmdev_ops *ops, argument