Searched refs:tx_out (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c441 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out);
669 i2400m->tx_out);
852 if (i2400m->tx_in == i2400m->tx_out) { /* Empty FIFO? */
854 i2400m->tx_out = 0;
858 tx_msg = i2400m->tx_buf + i2400m->tx_out % I2400M_TX_BUF_SIZE;
861 i2400m->tx_out % I2400M_TX_BUF_SIZE,
863 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP;
879 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP;
941 i2400m->tx_out += i2400m->tx_msg_size;
944 BUG_ON(i2400m->tx_out > i2400
[all...]
H A Ddebugfs.c279 fd = debugfs_create_size_t("tx_out", 0400, dentry,
280 &i2400m->tx_out);
284 "tx_out: %d\n", result);
H A Di2400m.h391 * and it is always greater than @tx_out.
393 * @tx_out: FIFO index for outgoing data
602 size_t tx_in, tx_out; member in struct:i2400m
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h456 } tx_out; typedef in typeref:struct:__anon10820
564 tx_out * start;
565 tx_out * ptr;
566 tx_out * limit;
H A Dambassador.c210 static void tx_complete (amb_dev * dev, tx_out * tx) {
1229 total += txs * (sizeof(tx_in) + sizeof(tx_out));
1270 tx_out * out;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxl.c60 int tx_in, tx_out; member in struct:__anon13534
278 desc = &get_status(port)->tx_descs[port->tx_out];
294 port->tx_skbs[port->tx_out] = skb;
302 port->tx_out = (port->tx_out + 1) % TX_BUFFERS;
304 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) {
405 port->tx_in = port->tx_out = 0;
H A Dwanxlfw.S298 clrl tx_out(%d0)
452 movel tx_out(%d0), %d1
453 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
463 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
471 // update tx_out and tx_count
472 movel tx_out(%d0), %d1
477 tx_1: movel %d1, tx_out(%d0)
885 tx_out: .long 0, 0, 0, 0 // received from host for transmission label

Completed in 71 milliseconds