Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_object.c660 const struct lov_layout_operations *new_ops; in lov_layout_change() local
685 new_ops = &lov_dispatch[llt]; in lov_layout_change()
696 result = new_ops->llo_init(env, in lov_layout_change()
700 new_ops->llo_install(env, lov, state); in lov_layout_change()
703 new_ops->llo_delete(env, lov, state); in lov_layout_change()
704 new_ops->llo_fini(env, lov, state); in lov_layout_change()