Searched refs:tx_out (Results 1 - 7 of 7) sorted by relevance
/drivers/net/wimax/i2400m/ |
H A D | tx.c | 442 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out); 670 i2400m->tx_out); 853 if (i2400m->tx_in == i2400m->tx_out) { /* Empty FIFO? */ 855 i2400m->tx_out = 0; 859 tx_msg = i2400m->tx_buf + i2400m->tx_out % I2400M_TX_BUF_SIZE; 862 i2400m->tx_out % I2400M_TX_BUF_SIZE, 864 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; 880 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; 942 i2400m->tx_out += i2400m->tx_msg_size; 945 BUG_ON(i2400m->tx_out > i2400 [all...] |
H A D | i2400m.h | 391 * 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
|
H A D | debugfs.c | 282 fd = debugfs_create_size_t("tx_out", 0400, dentry, 283 &i2400m->tx_out); 287 "tx_out: %d\n", result);
|
/drivers/atm/ |
H A D | ambassador.h | 463 } tx_out; typedef in typeref:struct:__anon113 571 tx_out * start; 572 tx_out * ptr; 573 tx_out * limit;
|
H A D | ambassador.c | 450 static void tx_complete (amb_dev * dev, tx_out * tx) { 1522 total += txs * (sizeof(tx_in) + sizeof(tx_out)); 1563 tx_out * out;
|
/drivers/net/wan/ |
H A D | wanxl.c | 63 int tx_in, tx_out; member in struct:__anon3027 280 desc = &get_status(port)->tx_descs[port->tx_out]; 296 port->tx_skbs[port->tx_out] = skb; 304 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; 306 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { 407 port->tx_in = port->tx_out = 0;
|
H A D | wanxlfw.S | 298 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 390 milliseconds