Searched refs:new_ops (Results 1 – 3 of 3) sorted by relevance
36 struct net_device_ops new_ops; member
319 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()
660 const struct lov_layout_operations *new_ops; in lov_layout_change() local685 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()