Lines Matching defs:atmdev_ops
179 struct atmdev_ops { /* only send is required */ struct
180 void (*dev_close)(struct atm_dev *dev);
181 int (*open)(struct atm_vcc *vcc);
182 void (*close)(struct atm_vcc *vcc);
183 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg);
185 int (*compat_ioctl)(struct atm_dev *dev,unsigned int cmd,
188 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb);
189 int (*send_bh)(struct atm_vcc *vcc, struct sk_buff *skb);
190 int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);
191 void (*phy_put)(struct atm_dev *dev,unsigned char value,
193 unsigned char (*phy_get)(struct atm_dev *dev,unsigned long addr);
194 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
195 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page);
196 struct module *owner;