Home
last modified time | relevance | path

Searched refs:old_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/atm/
H A Dmpc.h36 const struct net_device_ops *old_ops; member
H A Dmpc.c319 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()
/linux-6.15/drivers/pci/
H A Daccess.c195 struct pci_ops *old_ops; in pci_bus_set_ops() local
199 old_ops = bus->ops; in pci_bus_set_ops()
202 return old_ops; in pci_bus_set_ops()
/linux-6.15/fs/xfs/scrub/
H A Drepair.c1320 const struct xfs_buf_ops *old_ops = bp->b_ops; in xrep_buf_verify_struct() local
1324 if (old_ops) { in xrep_buf_verify_struct()
1325 if (old_ops != ops) in xrep_buf_verify_struct()
1332 bp->b_ops = old_ops; in xrep_buf_verify_struct()
/linux-6.15/fs/bcachefs/
H A Dbtree_trans_commit.c470 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_mem_trigger() local
473 if (old_ops->trigger == new_ops->trigger) in run_one_mem_trigger()
499 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_trans_trigger() local
505 old_ops->trigger == new_ops->trigger) { in run_one_trans_trigger()