| tag | line | file | source code |
| dlp | 113 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 117 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 149 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 153 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 162 | drivers/net/dlci.c | dlp->stats.rx_errors++; |
| dlp | 171 | drivers/net/dlci.c | dlp->stats.rx_errors++; |
| dlp | 178 | drivers/net/dlci.c | dlp->stats.rx_errors++; |
| dlp | 198 | drivers/net/dlci.c | dlp->stats.rx_errors++; |
| dlp | 203 | drivers/net/dlci.c | dlp->stats.rx_errors++; |
| dlp | 213 | drivers/net/dlci.c | dlp->stats.rx_packets++; |
| dlp | 221 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 232 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 238 | drivers/net/dlci.c | ret = dlp->slave->hard_start_xmit(skb, dlp->slave); |
| dlp | 242 | drivers/net/dlci.c | dlp->stats.tx_packets++; |
| dlp | 246 | drivers/net/dlci.c | dlp->stats.tx_errors++; |
| dlp | 250 | drivers/net/dlci.c | dlp->stats.tx_dropped++; |
| dlp | 266 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 338 | drivers/net/dlci.c | dlp = (struct dlci_local *) master->priv; |
| dlp | 339 | drivers/net/dlci.c | dlp->slave = slave; |
| dlp | 362 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 370 | drivers/net/dlci.c | dlp = master->priv; |
| dlp | 371 | drivers/net/dlci.c | slave = dlp->slave; |
| dlp | 399 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 403 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 405 | drivers/net/dlci.c | flp = dlp->slave->priv; |
| dlp | 412 | drivers/net/dlci.c | memcpy(&dlp->config, &config, sizeof(struct dlci_conf)); |
| dlp | 413 | drivers/net/dlci.c | dlp->configured = 1; |
| dlp | 416 | drivers/net/dlci.c | err = (*flp->dlci_conf)(dlp->slave, dev, get); |
| dlp | 421 | drivers/net/dlci.c | memcpy_tofs(conf, &dlp->config, sizeof(struct dlci_conf)); |
| dlp | 428 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 433 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 441 | drivers/net/dlci.c | strcpy(ifr->ifr_slave, dlp->slave->name); |
| dlp | 479 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 481 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 483 | drivers/net/dlci.c | return((*dlp->slave->change_mtu)(dlp->slave, new_mtu)); |
| dlp | 488 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 492 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 497 | drivers/net/dlci.c | if (!dlp->slave->start) |
| dlp | 505 | drivers/net/dlci.c | flp = dlp->slave->priv; |
| dlp | 506 | drivers/net/dlci.c | err = (*flp->activate)(dlp->slave, dev); |
| dlp | 515 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 519 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 521 | drivers/net/dlci.c | flp = dlp->slave->priv; |
| dlp | 522 | drivers/net/dlci.c | err = (*flp->deactivate)(dlp->slave, dev); |
| dlp | 532 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 534 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 536 | drivers/net/dlci.c | return(&dlp->stats); |
| dlp | 541 | drivers/net/dlci.c | struct dlci_local *dlp; |
| dlp | 549 | drivers/net/dlci.c | dlp = dev->priv; |
| dlp | 560 | drivers/net/dlci.c | dlp->receive = dlci_receive; |
| dlp | 599 | drivers/net/sdla.c | struct frad_local *dlp; |
| dlp | 611 | drivers/net/sdla.c | dlp = master->priv; |
| dlp | 614 | drivers/net/sdla.c | &dlp->config, sizeof(struct dlci_conf) - 4 * sizeof(short), NULL, NULL); |
| dlp | 696 | drivers/net/sdla.c | struct dlci_local *dlp; |
| dlp | 816 | drivers/net/sdla.c | dlp = master->priv; |
| dlp | 817 | drivers/net/sdla.c | (*dlp->receive)(skb, master); |
| dlp | 962 | drivers/net/sdla.c | struct dlci_local *dlp; |
| dlp | 1048 | drivers/net/sdla.c | dlp = flp->master[i]->priv; |
| dlp | 1049 | drivers/net/sdla.c | if (dlp->configured) |
| dlp | 1050 | drivers/net/sdla.c | sdla_cmd(dev, SDLA_SET_DLCI_CONFIGURATION, abs(flp->dlci[i]), 0, &dlp->config, sizeof(struct dlci_conf), NULL, NULL); |