Searched refs:new_f1 (Results 1 – 2 of 2) sorted by relevance
523 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local562 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()576 df->za[new_f1 & D_FREG_MASK].z1 = new_z1; /* for next buffer */ in hfcpci_fill_dfifo()578 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()595 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local698 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()722 bz->za[new_f1].z1 = new_z1; /* for next buffer */ in hfcpci_fill_fifo()723 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()
681 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local725 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()740 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo()744 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()759 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local894 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()909 bz->za[new_f1].z1 = cpu_to_le16(new_z1); /* for next buffer */ in hfcpci_fill_fifo()910 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()