Lines Matching refs:dlp
623 struct dlci_local *dlp; in sdla_dlci_conf() local
636 dlp = netdev_priv(master); in sdla_dlci_conf()
643 NULL, 0, &dlp->config, &len); in sdla_dlci_conf()
646 &dlp->config, sizeof(struct dlci_conf) - 4 * sizeof(short), NULL, NULL); in sdla_dlci_conf()
755 struct dlci_local *dlp; in sdla_receive() local
872 dlp = netdev_priv(master); in sdla_receive()
873 (*dlp->receive)(skb, master); in sdla_receive()
1007 struct dlci_local *dlp; in sdla_open() local
1090 dlp = netdev_priv(flp->master[i]); in sdla_open()
1091 if (dlp->configured) in sdla_open()
1092 …sdla_cmd(dev, SDLA_SET_DLCI_CONFIGURATION, abs(flp->dlci[i]), 0, &dlp->config, sizeof(struct dlci_… in sdla_open()