Searched refs:tx_out (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/net/wimax/i2400m/ |
D | tx.c | 442 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out); in i2400m_tx_fifo_push() 670 i2400m->tx_out); in i2400m_tx_close() 853 if (i2400m->tx_in == i2400m->tx_out) { /* Empty FIFO? */ in i2400m_tx_msg_get() 855 i2400m->tx_out = 0; in i2400m_tx_msg_get() 859 tx_msg = i2400m->tx_buf + i2400m->tx_out % I2400M_TX_BUF_SIZE; in i2400m_tx_msg_get() 862 i2400m->tx_out % I2400M_TX_BUF_SIZE, in i2400m_tx_msg_get() 864 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; in i2400m_tx_msg_get() 880 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; in i2400m_tx_msg_get() 942 i2400m->tx_out += i2400m->tx_msg_size; in i2400m_tx_msg_sent() 945 BUG_ON(i2400m->tx_out > i2400m->tx_in); in i2400m_tx_msg_sent() [all …]
|
D | i2400m.h | 602 size_t tx_in, tx_out; member
|
D | debugfs.c | 272 &i2400m->tx_out); in i2400m_debugfs_add()
|
/linux-3.4.99/drivers/atm/ |
D | ambassador.h | 463 } tx_out; typedef 571 tx_out * start; 572 tx_out * ptr; 573 tx_out * limit;
|
D | ambassador.c | 450 static void tx_complete (amb_dev * dev, tx_out * tx) { in tx_complete() 1522 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues() 1563 tx_out * out; in create_queues()
|
/linux-3.4.99/drivers/net/wan/ |
D | wanxl.c | 63 int tx_in, tx_out; member 280 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit() 296 port->tx_skbs[port->tx_out] = skb; in wanxl_xmit() 304 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; in wanxl_xmit() 306 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit() 408 port->tx_in = port->tx_out = 0; in wanxl_open()
|
D | wanxlfw.S | 298 clrl tx_out(%d0) 452 movel tx_out(%d0), %d1 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
|