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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.c399 while(c->txcount) {
403 c->txcount--;
410 if(c->txcount==0)
1435 c->txcount=0;
1439 c->txcount=c->tx_skb->len;
1461 set_dma_count(c->txdma, c->txcount);
1474 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP))
1477 c->txcount--;
H A Dz85230.h288 u16 txcount; /* Count of bytes to transmit */ member in struct:z8530_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c270 unsigned int txcount = 0; local
301 txcount++;
322 if (bc->modem.ptt && txcount) {
336 if (!bc->modem.ptt && txcount) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Disicom.c407 short txcount, wrd, residue, word_count, cnt; local
446 txcount = min_t(short, TX_SIZE, port->xmit_cnt);
447 if (txcount <= 0 || tty->stopped || tty->hw_stopped)
454 txcount, port->channel + 1);
455 outw((port->channel << isi_card[card].shift_count) | txcount,
460 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE
470 txcount--;
484 txcount -= (word_count << 1);
492 txcount--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar_ethtool.c294 unsigned long txcount; local
308 txcount = get_icft_value(tx_queue->txic);
313 cvals->tx_max_coalesced_frames = txcount;
H A Dgianfar.h926 * @txcount: coalescing value if based on tx frame count
947 unsigned short txcount; member in struct:gfar_priv_tx_q

Completed in 62 milliseconds