Lines Matching refs:ptr1
408 u_char *ptr, *ptr1, new_f2; in hfcpci_empty_bfifo() local
444 ptr1 = bdata + (le16_to_cpu(zp->z2) - B_SUB_VAL); in hfcpci_empty_bfifo()
446 memcpy(ptr, ptr1, maxlen); /* copy data */ in hfcpci_empty_bfifo()
451 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_bfifo()
452 memcpy(ptr, ptr1, count); /* rest */ in hfcpci_empty_bfifo()
470 u_char *ptr, *ptr1; in receive_dmsg() local
522 ptr1 = df->data + le16_to_cpu(zp->z2); in receive_dmsg()
524 memcpy(ptr, ptr1, maxlen); /* copy data */ in receive_dmsg()
529 ptr1 = df->data; /* start of buffer */ in receive_dmsg()
530 memcpy(ptr, ptr1, rcnt); /* rest */ in receive_dmsg()
551 u_char *ptr, *ptr1; in hfcpci_empty_fifo_trans() local
592 ptr1 = bdata + (le16_to_cpu(*z2r) - B_SUB_VAL); in hfcpci_empty_fifo_trans()
594 memcpy(ptr, ptr1, maxlen); /* copy data */ in hfcpci_empty_fifo_trans()
599 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_fifo_trans()
600 memcpy(ptr, ptr1, fcnt_rx); /* rest */ in hfcpci_empty_fifo_trans()