fcnt_rx           537 drivers/isdn/hardware/mISDN/hfcpci.c 	int	new_z2, fcnt_rx, fcnt_tx, maxlen;
fcnt_rx           545 drivers/isdn/hardware/mISDN/hfcpci.c 	fcnt_rx = le16_to_cpu(*z1r) - le16_to_cpu(*z2r);
fcnt_rx           546 drivers/isdn/hardware/mISDN/hfcpci.c 	if (!fcnt_rx)
fcnt_rx           549 drivers/isdn/hardware/mISDN/hfcpci.c 	if (fcnt_rx <= 0)
fcnt_rx           550 drivers/isdn/hardware/mISDN/hfcpci.c 		fcnt_rx += B_FIFO_SIZE;	/* bytes actually buffered */
fcnt_rx           551 drivers/isdn/hardware/mISDN/hfcpci.c 	new_z2 = le16_to_cpu(*z2r) + fcnt_rx;	/* new position in fifo */
fcnt_rx           563 drivers/isdn/hardware/mISDN/hfcpci.c 		bch->dropcnt += fcnt_rx;
fcnt_rx           567 drivers/isdn/hardware/mISDN/hfcpci.c 	maxlen = bchannel_get_rxbuf(bch, fcnt_rx);
fcnt_rx           570 drivers/isdn/hardware/mISDN/hfcpci.c 			   bch->nr, fcnt_rx);
fcnt_rx           572 drivers/isdn/hardware/mISDN/hfcpci.c 		ptr = skb_put(bch->rx_skb, fcnt_rx);
fcnt_rx           573 drivers/isdn/hardware/mISDN/hfcpci.c 		if (le16_to_cpu(*z2r) + fcnt_rx <= B_FIFO_SIZE + B_SUB_VAL)
fcnt_rx           574 drivers/isdn/hardware/mISDN/hfcpci.c 			maxlen = fcnt_rx;	/* complete transfer */
fcnt_rx           582 drivers/isdn/hardware/mISDN/hfcpci.c 		fcnt_rx -= maxlen;
fcnt_rx           584 drivers/isdn/hardware/mISDN/hfcpci.c 		if (fcnt_rx) {	/* rest remaining */
fcnt_rx           587 drivers/isdn/hardware/mISDN/hfcpci.c 			memcpy(ptr, ptr1, fcnt_rx);	/* rest */