taglinefilesource code
eth16i_local415drivers/net/eth16i.cdev = init_etherdev(0, sizeof(struct eth16i_local));
eth16i_local449drivers/net/eth16i.cdev->priv = kmalloc(sizeof(struct eth16i_local), GFP_KERNEL);
eth16i_local450drivers/net/eth16i.cmemset(dev->priv, 0, sizeof(struct eth16i_local));
eth16i_local791drivers/net/eth16i.cstruct eth16i_local *lp = (struct eth16i_local *)dev->priv;
eth16i_local835drivers/net/eth16i.cstruct eth16i_local *lp = (struct eth16i_local *)dev->priv;
eth16i_local861drivers/net/eth16i.cstruct eth16i_local *lp = (struct eth16i_local *)dev->priv;
eth16i_local980drivers/net/eth16i.cstruct eth16i_local *lp = (struct eth16i_local *)dev->priv;
eth16i_local1092drivers/net/eth16i.cstruct eth16i_local *lp;
eth16i_local1107drivers/net/eth16i.clp = (struct eth16i_local *)dev->priv;
eth16i_local1165drivers/net/eth16i.cstruct eth16i_local *lp = (struct eth16i_local *)dev->priv;