Searched refs:orig_data (Results 1 – 4 of 4) sorted by relevance
39 static int preprocess_write(u32 orig_data, u32 val, int where, in preprocess_write() argument47 ret = (orig_data & ~(0xff << ((where & 3) << 3))) | in preprocess_write()51 ret = (orig_data & ~(0xffff << ((where & 3) << 3))) | in preprocess_write()
234 void *orig_data; in bnxt_rx_xdp() local247 orig_data = xdp->data; in bnxt_rx_xdp()259 if (orig_data != xdp->data) { in bnxt_rx_xdp()
384 unsigned char *pkt_data, *orig_data, *dst_data; in brcmf_sdiod_sglist_rw() local500 orig_data = src->data + src_offset; in brcmf_sdiod_sglist_rw()502 memcpy(dst_data, orig_data, req_sz); in brcmf_sdiod_sglist_rw()
792 void *orig_data; in mlx4_en_process_rx_cq() local803 orig_data = mxbuf.xdp.data; in mlx4_en_process_rx_cq()812 if (mxbuf.xdp.data != orig_data) { in mlx4_en_process_rx_cq()