Lines Matching refs:ptr1
396 u_char *ptr, *ptr1, new_f2; in hfcpci_empty_bfifo() local
432 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
434 memcpy(ptr, ptr1, maxlen); /* copy data */ in hfcpci_empty_bfifo()
439 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_bfifo()
440 memcpy(ptr, ptr1, count); /* rest */ in hfcpci_empty_bfifo()
458 u_char *ptr, *ptr1; in receive_dmsg() local
510 ptr1 = df->data + le16_to_cpu(zp->z2); in receive_dmsg()
512 memcpy(ptr, ptr1, maxlen); /* copy data */ in receive_dmsg()
517 ptr1 = df->data; /* start of buffer */ in receive_dmsg()
518 memcpy(ptr, ptr1, rcnt); /* rest */ in receive_dmsg()
539 u_char *ptr, *ptr1; in hfcpci_empty_fifo_trans() local
579 ptr1 = bdata + (le16_to_cpu(*z2r) - B_SUB_VAL); in hfcpci_empty_fifo_trans()
581 memcpy(ptr, ptr1, maxlen); /* copy data */ in hfcpci_empty_fifo_trans()
586 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_fifo_trans()
587 memcpy(ptr, ptr1, fcnt_rx); /* rest */ in hfcpci_empty_fifo_trans()