Searched refs:orig_data (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/pci/ |
| H A D | ops-bcm63xx.c | 39 static int preprocess_write(u32 orig_data, u32 val, int where, in preprocess_write() argument 47 ret = (orig_data & ~(0xff << ((where & 3) << 3))) | in preprocess_write() 51 ret = (orig_data & ~(0xffff << ((where & 3) << 3))) | in preprocess_write()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_xdp.c | 234 void *orig_data; in bnxt_rx_xdp() local 247 orig_data = xdp->data; in bnxt_rx_xdp() 259 if (orig_data != xdp->data) { in bnxt_rx_xdp()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_rx.c | 792 void *orig_data; in mlx4_en_process_rx_cq() local 803 orig_data = mxbuf.xdp.data; in mlx4_en_process_rx_cq() 812 if (mxbuf.xdp.data != orig_data) { in mlx4_en_process_rx_cq()
|
| /linux/net/core/ |
| H A D | dev.c | 5394 void *orig_data, *orig_data_end, *hard_start; in bpf_prog_run_generic_xdp() local 5425 orig_data = xdp->data; in bpf_prog_run_generic_xdp() 5434 off = xdp->data - orig_data; in bpf_prog_run_generic_xdp()
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 1350 const void *orig_data, const void *data, in segmented_cmpxchg() argument 1359 return ctxt->ops->cmpxchg_emulated(ctxt, linear, orig_data, data, in segmented_cmpxchg()
|