Searched refs:tx_count (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dau1550_spi.c59 unsigned tx_count; member in struct:au1550_spi
350 hw->tx_count = 0;
438 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
468 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);
486 hw->tx_count = hw->len;
514 hw->tx_count += (size) / 8; \
515 if (hw->tx_count >= hw->len) \
536 hw->tx_count = 0;
543 while (hw->tx_count < h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dyam.c135 int tx_count; member in struct:yam_port
563 yp->tx_count = 1;
565 yp->tx_count = (yp->bitrate * yp->txd) / 8000;
624 if (--yp->tx_count <= 0) {
645 yp->tx_count = 0;
652 b = yp->tx_buf[yp->tx_count++];
657 if (yp->tx_count >= yp->tx_len) {
670 yp->tx_count = (yp->bitrate * yp->txtail) / 8000;
672 yp->tx_count += (yp->bitrate * yp->holdd) / 8;
673 if (yp->tx_count
[all...]
H A Ddmascc.c212 int tx_head, tx_tail, tx_count; member in struct:scc_priv
756 priv->tx_head = priv->tx_tail = priv->tx_count = 0;
941 priv->tx_count++;
946 if (priv->tx_count < NUM_TX_BUF)
1374 priv->tx_count--;
1380 if (priv->tx_count &&
1446 if (priv->tx_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf533/
H A Dbfin_serial_5xx.h50 int tx_count; member in struct:bfin_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf561/
H A Dbfin_serial_5xx.h50 int tx_count; member in struct:bfin_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dbfin_5xx.c313 uart->tx_count = CIRC_CNT(xmit->head, xmit->tail, UART_XMIT_SIZE);
314 if (uart->tx_count > (UART_XMIT_SIZE - xmit->tail))
315 uart->tx_count = UART_XMIT_SIZE - xmit->tail;
317 (unsigned long)(xmit->buf+xmit->tail+uart->tx_count));
324 set_dma_x_count(uart->tx_dma_channel, uart->tx_count);
412 xmit->tail = (xmit->tail+uart->tx_count) &(UART_XMIT_SIZE -1);
413 uart->port.icount.tx+=uart->tx_count;
795 bfin_serial_ports[i].tx_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmacmace.c69 int tx_slot, tx_sloti, tx_count; member in struct:mace_data
161 mp->tx_count = N_TX_RING;
467 if (!mp->tx_count) {
472 mp->tx_count--;
594 if (!mp->tx_count) {
613 if (mp->tx_count)
638 mp->tx_count = N_TX_RING;
751 mp->tx_count++;
H A Dgt64240eth.c621 if (gp->tx_count)
622 gp->tx_count--;
639 if ((status & icrTxEndLow) && gp->tx_count != 0) {
1033 gp->tx_count = 0;
1301 if (gp->tx_count)
1302 gp->tx_count--;
1313 if ((status & icrTxEndLow) && gp->tx_count != 0)
1369 if (gp->tx_count >= TX_RING_SIZE) {
1442 if (++gp->tx_count >= TX_RING_SIZE) {
H A D3c527.c176 atomic_t tx_count; /* buffers left */ member in struct:mc32_local
841 atomic_set(&lp->tx_count, TX_RING_LEN-1);
871 atomic_set(&lp->tx_count, 0);
1011 if(atomic_read(&lp->tx_count)==0) {
1020 atomic_dec(&lp->tx_count);
1221 * This is why lp->tx_count=TX_RING_LEN-1: in order to prevent
1268 atomic_inc(&lp->tx_count);
H A Dmeth.c80 unsigned long tx_read, tx_write, tx_count; member in struct:meth_private
212 priv->tx_count = priv->tx_read = priv->tx_write = 0;
468 return (priv->tx_count >= TX_RING_ENTRIES - 1);
522 priv->tx_count--;
687 priv->tx_count++;
H A Dgt64240eth.h381 int tx_count; /* current # of pkts waiting to be sent in Tx ring */ member in struct:gt64240_private
H A Dqla3xxx.c2093 atomic_inc(&qdev->tx_count);
2633 if (unlikely(atomic_read(&qdev->tx_count) < 2)) {
2675 atomic_dec(&qdev->tx_count);
3215 atomic_set(&qdev->tx_count,NUM_REQ_Q_ENTRIES);
H A Dqla3xxx.h1213 atomic_t tx_count; member in struct:ql3_adapter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c163 int tx_count; member in struct:_mgslpc_info
1041 info->tx_count = info->tx_put = info->tx_get = 0;
1083 if (!info->tx_count)
1087 if (!info->tx_count)
1090 while (info->tx_count && fifo_count) {
1091 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get)));
1099 info->tx_count -= c;
1105 if (info->tx_count < WAKEUP_CHARS)
1109 if (info->tx_count)
1444 info->tx_count
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclinkmp.c177 int tx_count; member in struct:_synclinkmp_info
1003 if (info->tx_count) {
1006 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
1009 ret = info->tx_count = count;
1016 min(info->max_frame_size - info->tx_count - 1,
1027 info->tx_count += c;
1037 ret = info->tx_count = 0;
1040 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
1043 if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
1080 if (info->tx_count < inf
[all...]
H A Dsynclink_gt.c332 int tx_count; member in struct:slgt_info
899 if (info->tx_count) {
902 tx_load(info, info->tx_buf, info->tx_count);
907 ret = info->tx_count = count;
912 if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
935 if (!info->tx_active && (info->tx_count < info->max_frame_size))
936 info->tx_buf[info->tx_count++] = ch;
1019 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count));
1021 if (info->tx_count <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h71 u32 tx_count[WLAN_RATE_COUNT]; /* number of frames sent (per rate) */ member in struct:sta_info
H A Dhostap_ap.c1043 sta->tx_rate, sta->tx_count[0], sta->tx_count[1],
1044 sta->tx_count[2], sta->tx_count[3], sta->rx_count[0],
2599 sta->tx_count[rate] = 0;
2647 sta->tx_count[sta->tx_rate_idx]++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/mach-bf537/
H A Dbfin_serial_5xx.h62 int tx_count; member in struct:bfin_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dwanxlfw.S299 clrl tx_count(%d0)
449 cmpl #TX_BUFFERS, tx_count(%d0)
471 // update tx_out and tx_count
479 addl #1, tx_count(%d0)
564 tx_end: tstl tx_count(%d0)
575 // update D6, tx_in and tx_count
577 subl #1, tx_count(%d0)
886 tx_count: .long 0, 0, 0, 0 // currently in transmit queue label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.h246 u32 tx_count; member in struct:ibm_mal_regs
H A Dibm_emac_mal.c377 regs->tx_count = maldata->num_tx_chans;
392 for (i = 0; i < regs->tx_count; ++i)

Completed in 139 milliseconds