Searched refs:txcount (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-mpc512x-psc.c | 167 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local 178 txcount = min(fifosz, tx_len); in mpc512x_psc_spi_transfer_rxtx() 181 txcount = min(fifosz, txcount); in mpc512x_psc_spi_transfer_rxtx() 182 if (txcount) { in mpc512x_psc_spi_transfer_rxtx() 185 while (txcount-- > 0) { in mpc512x_psc_spi_transfer_rxtx()
|
/Linux-v4.19/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() 1456 c->txcount=0; in z8530_tx_begin() 1460 c->txcount=c->tx_skb->len; in z8530_tx_begin() 1488 set_dma_count(c->txdma, c->txcount); in z8530_tx_begin() 1501 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin() 1504 c->txcount--; in z8530_tx_begin()
|
D | z85230.h | 289 u16 txcount; /* Count of bytes to transmit */ member
|
/Linux-v4.19/drivers/tty/ |
D | isicom.c | 398 short txcount, wrd, residue, word_count, cnt; in isicom_tx() local 437 txcount = min_t(short, TX_SIZE, port->xmit_cnt); in isicom_tx() 438 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx() 445 txcount, port->channel + 1); in isicom_tx() 446 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx() 451 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE in isicom_tx() 461 txcount--; in isicom_tx() 475 txcount -= (word_count << 1); in isicom_tx() 483 txcount--; in isicom_tx()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 294 unsigned int txcount = 0; in ser12_interrupt() local 325 txcount++; in ser12_interrupt() 346 if (bc->modem.ptt && txcount) { in ser12_interrupt() 360 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 274 unsigned long txcount; in gfar_gcoalesce() local 288 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce() 293 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()
|