Searched refs:txcount (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-mpc512x-psc.c167 size_t txcount; mpc512x_psc_spi_transfer_rxtx() local
178 txcount = min(fifosz, tx_len); mpc512x_psc_spi_transfer_rxtx()
181 txcount = min(fifosz, txcount); mpc512x_psc_spi_transfer_rxtx()
182 if (txcount) { mpc512x_psc_spi_transfer_rxtx()
185 while (txcount-- > 0) { mpc512x_psc_spi_transfer_rxtx()
/linux-4.4.14/drivers/tty/
H A Disicom.c406 short txcount, wrd, residue, word_count, cnt; isicom_tx() local
445 txcount = min_t(short, TX_SIZE, port->xmit_cnt); isicom_tx()
446 if (txcount <= 0 || tty->stopped || tty->hw_stopped) isicom_tx()
453 txcount, port->channel + 1); isicom_tx()
454 outw((port->channel << isi_card[card].shift_count) | txcount, isicom_tx()
459 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE isicom_tx()
469 txcount--; isicom_tx()
483 txcount -= (word_count << 1); isicom_tx()
491 txcount--; isicom_tx()
/linux-4.4.14/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c292 unsigned int txcount = 0; ser12_interrupt() local
323 txcount++; ser12_interrupt()
344 if (bc->modem.ptt && txcount) { ser12_interrupt()
358 if (!bc->modem.ptt && txcount) { ser12_interrupt()
/linux-4.4.14/drivers/net/wan/
H A Dz85230.c411 while(c->txcount) { z8530_tx()
415 c->txcount--; z8530_tx()
422 if(c->txcount==0) z8530_tx()
1458 c->txcount=0; z8530_tx_begin()
1462 c->txcount=c->tx_skb->len; z8530_tx_begin()
1490 set_dma_count(c->txdma, c->txcount); z8530_tx_begin()
1503 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) z8530_tx_begin()
1506 c->txcount--; z8530_tx_begin()
H A Dz85230.h288 u16 txcount; /* Count of bytes to transmit */ member in struct:z8530_channel
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c302 unsigned long txcount; gfar_gcoalesce() local
316 txcount = get_icft_value(tx_queue->txic); gfar_gcoalesce()
321 cvals->tx_max_coalesced_frames = txcount; gfar_gcoalesce()
H A Dgianfar.h988 * @txcount: coalescing value if based on tx frame count
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_sysfs.c637 static DEVICE_ATTR(txcount, S_IRUSR, dgnc_tty_txcount_show, NULL);
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.c5774 static DEVICE_ATTR(txcount, S_IRUSR, dgap_tty_txcount_show, NULL);

Completed in 547 milliseconds