Searched refs:tx_tail (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/net/
H A Dether3.c356 priv->tx_tail = 0;
501 priv->tx_head, priv->tx_tail);
502 ether3_setbuffer(dev, buffer_read, priv->tx_tail);
509 priv->tx_head = priv->tx_tail = 0;
538 if (priv->tx_tail == next_ptr) {
572 if (priv->tx_tail == next_ptr)
736 unsigned int tx_tail = priv->tx_tail; local
745 ether3_setbuffer(dev, buffer_read, tx_tail * 0x600);
766 tx_tail
[all...]
H A Dether1.h41 volatile unsigned int tx_tail; member in struct:ether1_priv
H A Dether3.h161 unsigned char tx_tail; /* buffer nr of transmitting packet */ member in struct:dev_priv
H A Dether1.c511 priv->tx_tail = TDR_ADDR;
626 tail = priv->tx_tail;
760 caddr = priv->tx_tail;
774 priv->tx_tail = NOP_ADDR;
845 priv->tx_tail = caddr;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dau1000_ircc.h104 u32 tx_tail; member in struct:au1k_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dau1000_ircc.h104 u32 tx_tail; member in struct:au1k_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D8139cp.c129 (((CP)->tx_tail <= (CP)->tx_head) ? \
130 (CP)->tx_tail + (CP_TX_RING_SIZE - 1) - (CP)->tx_head : \
131 (CP)->tx_tail - (CP)->tx_head - 1)
340 unsigned tx_tail; member in struct:cp_private
697 unsigned tx_tail = cp->tx_tail; local
699 while (tx_tail != tx_head) {
704 status = le32_to_cpu(cp->tx_ring[tx_tail].opts1);
708 skb = cp->tx_skb[tx_tail].skb;
712 pci_unmap_single(cp->pdev, cp->tx_skb[tx_tail]
[all...]
H A Dau1000_eth.h203 u32 tx_tail; member in struct:au1000_private
H A Deexpress.c150 unsigned short tx_tail; /* previous tx buf to tx_head */ member in struct:net_local
1000 outw(lp->tx_tail+0xc, ioaddr + WRITE_PTR);
1004 lp->tx_tail = lp->tx_head;
1267 lp->tx_link = lp->tx_tail + 0x08;
1352 lp->tx_tail = tx_block - TX_BUF_SIZE;
1353 lp->tx_link = lp->tx_tail + 0x08;
H A Dau1000_eth.c952 aup->tx_tail = aup->tx_head;
1138 ptxd = aup->tx_dma_ring[aup->tx_tail];
1146 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1);
1147 ptxd = aup->tx_dma_ring[aup->tx_tail];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dau1k_ir.c330 aup->tx_tail = 0;
472 ptxd = aup->tx_ring[aup->tx_tail];
473 while (!(ptxd->flags & AU_OWN) && (aup->tx_tail != aup->tx_head)) {
480 aup->tx_tail = (aup->tx_tail + 1) & (NUM_IR_DESC - 1);
481 ptxd = aup->tx_ring[aup->tx_tail];
489 if (aup->tx_tail == aup->tx_head) {
525 if (aup->tx_tail == aup->tx_head) {
542 else if (((aup->tx_head + 1) & (NUM_IR_DESC - 1)) == aup->tx_tail) {
728 aup->tx_head = aup->tx_tail
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dhdlcdrv.c300 s->ch_params.tx_tail = data[1];
301 PKP("TX tail = %ums", s->ch_params.tx_tail);
354 int flgs = tenms_to_2flags(s, s->ch_params.tx_tail);
614 bi.data.cp.tx_tail = s->ch_params.tx_tail;
624 s->ch_params.tx_tail = bi.data.cp.tx_tail;
H A Dbaycom_epp.c224 enum { tx_idle = 0, tx_keyup, tx_data, tx_tail } state; enumerator in enum:baycom_state::__anon1853::__anon1854
449 bc->ch_params.tx_tail = data[1];
450 PKP("TX tail = %ums", bc->ch_params.tx_tail);
574 if (bc->hdlctx.state == tx_tail && !(stat & EPP_PTTBIT))
619 bc->hdlctx.state = tx_tail;
620 bc->hdlctx.flags = tenms_to_flags(bc, bc->ch_params.tx_tail);
632 case tx_tail:
1226 hi.data.cp.tx_tail = bc->ch_params.tx_tail;
1236 bc->ch_params.tx_tail
[all...]
H A Ddmascc.c235 int tx_head, tx_tail, tx_count; member in struct:scc_priv
741 priv->tx_head = priv->tx_tail = priv->tx_count = 0;
1141 int i = priv->tx_tail, p = priv->tx_ptr;
1177 i = priv->tx_tail;
1204 priv->tx_tail = (i + 1) % NUM_TX_BUF;
1313 set_dma_addr(priv->param.dma, (int) priv->tx_buf[priv->tx_tail]+n);
1314 set_dma_count(priv->param.dma, priv->tx_len[priv->tx_tail]-n);
1328 write_scc_data(priv, priv->tx_buf[priv->tx_tail][i], 1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhdlcdrv.h27 int tx_tail; /* the transmitter keyoff delay in 10ms units */ member in struct:hdlcdrv_channel_params
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhdlcdrv.h27 int tx_tail; /* the transmitter keyoff delay in 10ms units */ member in struct:hdlcdrv_channel_params
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A D3c359.c1162 int tx_head, tx_tail, tx_prev ; local
1174 tx_tail = xl_priv->tx_ring_tail ;

Completed in 127 milliseconds