Home
last modified time | relevance | path

Searched refs:fcnt_rx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c538 int new_z2, fcnt_rx, fcnt_tx, maxlen; in hfcpci_empty_fifo_trans() local
546 fcnt_rx = le16_to_cpu(*z1r) - le16_to_cpu(*z2r); in hfcpci_empty_fifo_trans()
547 if (!fcnt_rx) in hfcpci_empty_fifo_trans()
550 if (fcnt_rx <= 0) in hfcpci_empty_fifo_trans()
564 bch->dropcnt += fcnt_rx; in hfcpci_empty_fifo_trans()
568 maxlen = bchannel_get_rxbuf(bch, fcnt_rx); in hfcpci_empty_fifo_trans()
572 ptr = skb_put(bch->rx_skb, fcnt_rx); in hfcpci_empty_fifo_trans()
574 maxlen = fcnt_rx; /* complete transfer */ in hfcpci_empty_fifo_trans()
582 fcnt_rx -= maxlen; in hfcpci_empty_fifo_trans()
584 if (fcnt_rx) { /* rest remaining */ in hfcpci_empty_fifo_trans()
[all …]