Lines Matching refs:dlp
620 struct dlci_local *dlp; in sdla_dlci_conf() local
633 dlp = netdev_priv(master); in sdla_dlci_conf()
640 NULL, 0, &dlp->config, &len); in sdla_dlci_conf()
643 &dlp->config, sizeof(struct dlci_conf) - 4 * sizeof(short), NULL, NULL); in sdla_dlci_conf()
752 struct dlci_local *dlp; in sdla_receive() local
869 dlp = netdev_priv(master); in sdla_receive()
870 (*dlp->receive)(skb, master); in sdla_receive()
1001 struct dlci_local *dlp; in sdla_open() local
1084 dlp = netdev_priv(flp->master[i]); in sdla_open()
1085 if (dlp->configured) in sdla_open()
1086 …sdla_cmd(dev, SDLA_SET_DLCI_CONFIGURATION, abs(flp->dlci[i]), 0, &dlp->config, sizeof(struct dlci_… in sdla_open()