Lines Matching refs:dlci_local
130 struct dlci_local *dlp; in dlci_header()
166 struct dlci_local *dlp; in dlci_receive()
241 struct dlci_local *dlp; in dlci_transmit()
283 struct dlci_local *dlp; in dlci_config()
316 struct dlci_local *dlp; in dlci_dev_ioctl()
348 struct dlci_local *dlp; in dlci_change_mtu()
357 struct dlci_local *dlp; in dlci_open()
381 struct dlci_local *dlp; in dlci_close()
397 struct dlci_local *dlp; in dlci_get_stats()
407 struct dlci_local *dlp; in dlci_add()
460 dlp = (struct dlci_local *) master->priv; in dlci_add()
481 struct dlci_local *dlp; in dlci_del()
553 struct dlci_local *dlp; in dlci_init()
555 dev->priv = kmalloc(sizeof(struct dlci_local), GFP_KERNEL); in dlci_init()
559 memset(dev->priv, 0, sizeof(struct dlci_local)); in dlci_init()