Home
last modified time | relevance | path

Searched refs:txs (Results 1 – 12 of 12) sorted by relevance

/drivers/net/irda/
Ddonauboe.c522 self->txs = inb_p (OBOE_TXSLOT) & OBOE_SLOT_MASK; in toshoboe_resetptrs()
854 self->ring->tx[self->txs].control = in toshoboe_probe()
859 self->ring->tx[self->txs].len = in toshoboe_probe()
860 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
861 self->txs++; in toshoboe_probe()
862 self->txs %= TX_SLOTS; in toshoboe_probe()
864 self->ring->tx[self->txs].control = in toshoboe_probe()
867 self->ring->tx[self->txs].len = in toshoboe_probe()
868 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
869 self->txs++; in toshoboe_probe()
[all …]
Ddonauboe.h325 int txs, rxs; /*Which slots are we at */ member
/drivers/net/wan/
Dc101.c71 u8 rxs, txs, tmc; /* SCA registers */ member
153 u8 txs = port->txs & CLK_BRG_MASK; in c101_set_iface() local
158 txs |= CLK_RXCLK_TX; /* BRG output */ in c101_set_iface()
163 txs |= CLK_BRG_TX; /* BRG output */ in c101_set_iface()
168 txs |= CLK_RXCLK_TX; /* RX clock */ in c101_set_iface()
173 txs |= CLK_LINE_TX; /* TXC input */ in c101_set_iface()
177 port->txs = txs; in c101_set_iface()
179 sca_out(txs, MSCI1_OFFSET + TXS, port); in c101_set_iface()
Dpci200syn.c76 u8 rxs, txs, tmc; /* SCA registers */ member
122 u8 txs = port->txs & CLK_BRG_MASK; in pci200_set_iface() local
129 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
134 txs |= CLK_PIN_OUT | CLK_BRG; /* BRG output */ in pci200_set_iface()
139 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
144 txs |= CLK_PIN_OUT | CLK_LINE; /* TXC input */ in pci200_set_iface()
149 port->txs = txs; in pci200_set_iface()
151 sca_out(txs, msci + TXS, card); in pci200_set_iface()
Dpc300too.c90 u8 rxs, txs, tmc; /* SCA registers */ member
124 u8 txs = port->txs & CLK_BRG_MASK; in pc300_set_iface() local
131 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pc300_set_iface()
136 txs |= CLK_PIN_OUT | CLK_BRG; /* BRG output */ in pc300_set_iface()
141 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pc300_set_iface()
146 txs |= CLK_PIN_OUT | CLK_LINE; /* TXC input */ in pc300_set_iface()
151 port->txs = txs; in pc300_set_iface()
153 sca_out(txs, msci + TXS, card); in pc300_set_iface()
Dn2.c106 u8 rxs, txs, tmc; /* SCA registers */ member
171 u8 txs = port->txs & CLK_BRG_MASK; in n2_set_iface() local
177 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
183 txs |= CLK_BRG_TX; /* BRG output */ in n2_set_iface()
189 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
195 txs |= CLK_LINE_TX; /* TXC input */ in n2_set_iface()
200 port->txs = txs; in n2_set_iface()
202 sca_out(txs, msci + TXS, card); in n2_set_iface()
Dhd64572.c403 port->txs = (port->txs & ~CLK_BRG_MASK) | br; in sca_set_port()
412 sca_out(port->txs, msci + TXS, card); in sca_set_port()
472 sca_out(port->txs, msci + TXS, card); in sca_open()
Dhd64570.c443 port->txs = (port->txs & ~CLK_BRG_MASK) | br; in sca_set_port()
451 sca_out(port->txs, msci + TXS, card); in sca_set_port()
519 sca_out(port->txs, msci + TXS, card); in sca_open()
/drivers/net/atlx/
Datl2.c468 struct tx_pkt_status *txs; in atl2_intr_tx() local
474 txs = adapter->txs_ring + txs_write_ptr; in atl2_intr_tx()
475 if (!txs->update) in atl2_intr_tx()
479 txs->update = 0; in atl2_intr_tx()
489 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()
490 struct tx_pkt_status *old_txs = txs; in atl2_intr_tx()
495 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()
499 txs = adapter->txs_ring + txs_write_ptr; in atl2_intr_tx()
502 *(u32 *)txs); in atl2_intr_tx()
504 txs = adapter->txs_ring + in atl2_intr_tx()
[all …]
/drivers/atm/
Dambassador.c300 static unsigned int txs = 32; variable
1522 unsigned int txs, unsigned int * rxs, in create_queues() argument
1533 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1580 txq->maximum = txs - 1; in create_queues()
1584 txq->in.limit = in + txs; in create_queues()
1591 txq->out.limit = out + txs; in create_queues()
2114 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2332 if (txs < MIN_QUEUE_SIZE) in amb_check_args()
2334 txs = MIN_QUEUE_SIZE); in amb_check_args()
2364 module_param(txs, uint, 0);
[all …]
/drivers/net/
Dxen-netfront.c1330 struct xen_netif_tx_sring *txs; in setup_netfront() local
1347 txs = (struct xen_netif_tx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront()
1348 if (!txs) { in setup_netfront()
1353 SHARED_RING_INIT(txs); in setup_netfront()
1354 FRONT_RING_INIT(&info->tx, txs, PAGE_SIZE); in setup_netfront()
1356 err = xenbus_grant_ring(dev, virt_to_mfn(txs)); in setup_netfront()
1358 free_page((unsigned long)txs); in setup_netfront()
/drivers/char/
Dser_a2232fw.ax402 txs ; initialize stack pointer ;