Searched refs:new_f1 (Results 1 – 2 of 2) sorted by relevance
524 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local563 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()577 df->za[new_f1 & D_FREG_MASK].z1 = new_z1; /* for next buffer */ in hfcpci_fill_dfifo()579 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()596 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local699 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()723 bz->za[new_f1].z1 = new_z1; /* for next buffer */ in hfcpci_fill_fifo()724 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()
682 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local726 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()741 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo()745 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()760 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local895 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()910 bz->za[new_f1].z1 = cpu_to_le16(new_z1); /* for next buffer */ in hfcpci_fill_fifo()911 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()