Searched refs:new_f1 (Results 1 – 1 of 1) sorted by relevance
668 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local712 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()727 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo()731 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()746 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local881 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()896 bz->za[new_f1].z1 = cpu_to_le16(new_z1); /* for next buffer */ in hfcpci_fill_fifo()897 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()