Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Datmtcp.c342 static const struct atmdev_ops atmtcp_v_dev_ops = { variable
382 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL); in atmtcp_create()
404 if (dev->ops != &atmtcp_v_dev_ops) { in atmtcp_attach()
444 if (dev->ops != &atmtcp_v_dev_ops) { in atmtcp_remove_persistent()