Searched refs:txcount (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/spi/ |
D | spi-mpc512x-psc.c | 142 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local 153 txcount = min(fifosz, tx_len); in mpc512x_psc_spi_transfer_rxtx() 156 txcount = min(fifosz, txcount); in mpc512x_psc_spi_transfer_rxtx() 157 if (txcount) { in mpc512x_psc_spi_transfer_rxtx() 160 while (txcount-- > 0) { in mpc512x_psc_spi_transfer_rxtx()
|
/linux-4.1.27/drivers/net/wan/ |
D | z85230.c | 411 while(c->txcount) { in z8530_tx() 415 c->txcount--; in z8530_tx() 422 if(c->txcount==0) in z8530_tx() 1458 c->txcount=0; in z8530_tx_begin() 1462 c->txcount=c->tx_skb->len; in z8530_tx_begin() 1490 set_dma_count(c->txdma, c->txcount); in z8530_tx_begin() 1503 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin() 1506 c->txcount--; in z8530_tx_begin()
|
D | z85230.h | 288 u16 txcount; /* Count of bytes to transmit */ member
|
/linux-4.1.27/drivers/tty/ |
D | isicom.c | 406 short txcount, wrd, residue, word_count, cnt; in isicom_tx() local 445 txcount = min_t(short, TX_SIZE, port->xmit_cnt); in isicom_tx() 446 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx() 453 txcount, port->channel + 1); in isicom_tx() 454 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx() 459 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE in isicom_tx() 469 txcount--; in isicom_tx() 483 txcount -= (word_count << 1); in isicom_tx() 491 txcount--; in isicom_tx()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 292 unsigned int txcount = 0; in ser12_interrupt() local 323 txcount++; in ser12_interrupt() 344 if (bc->modem.ptt && txcount) { in ser12_interrupt() 358 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 302 unsigned long txcount; in gfar_gcoalesce() local 316 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce() 321 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_sysfs.c | 625 static DEVICE_ATTR(txcount, S_IRUSR, dgnc_tty_txcount_show, NULL);
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 5856 static DEVICE_ATTR(txcount, S_IRUSR, dgap_tty_txcount_show, NULL);
|