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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dz85230.c401 while(c->txcount) {
405 c->txcount--;
412 if(c->txcount==0)
1452 c->txcount=0;
1456 c->txcount=c->tx_skb->len;
1478 set_dma_count(c->txdma, c->txcount);
1492 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP))
1495 c->txcount--;
H A Dz85230.h287 u16 txcount; /* Count of bytes to transmit */ member in struct:z8530_channel
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c267 unsigned int txcount = 0; local
298 txcount++;
319 if (bc->modem.ptt && txcount) {
333 if (!bc->modem.ptt && txcount) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Disicom.c373 short txcount, wait, wrd, residue, word_count, cnt; local
404 txcount = MIN(TX_SIZE, port->xmit_cnt);
405 if ((txcount <= 0) || tty->stopped || tty->hw_stopped) {
429 txcount, port->channel+1);
431 outw((port->channel << isi_card[card].shift_count) | txcount
436 cnt = MIN(txcount, (SERIAL_XMIT_SIZE - port->xmit_tail));
443 txcount--;
457 txcount -= (word_count << 1);
464 txcount--;

Completed in 223 milliseconds