Searched refs:old_ops (Results 1 – 3 of 3) sorted by relevance
36 const struct net_device_ops *old_ops; member
319 mpc->old_ops = dev->netdev_ops; in start_mpc()320 mpc->new_ops = *mpc->old_ops; in start_mpc()338 dev->netdev_ops = mpc->old_ops; in stop_mpc()339 mpc->old_ops = NULL; in stop_mpc()602 return __netdev_start_xmit(mpc->old_ops, skb, dev, false); in mpc_send_packet()
187 struct pci_ops *old_ops; in pci_bus_set_ops() local191 old_ops = bus->ops; in pci_bus_set_ops()194 return old_ops; in pci_bus_set_ops()