Home
last modified time | relevance | path

Searched refs:new_ops (Results 1 – 2 of 2) sorted by relevance

/net/atm/
Dmpc.h36 struct net_device_ops new_ops; member
Dmpc.c319 mpc->new_ops = *mpc->old_ops; in start_mpc()
320 mpc->new_ops.ndo_start_xmit = mpc_send_packet; in start_mpc()
321 dev->netdev_ops = &mpc->new_ops; in start_mpc()
331 if (dev->netdev_ops != &mpc->new_ops) { in stop_mpc()