Lines Matching refs:tx_out
442 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out);
668 i2400m->tx_out);
851 if (i2400m->tx_in == i2400m->tx_out) { /* Empty FIFO? */
853 i2400m->tx_out = 0;
857 tx_msg = i2400m->tx_buf + i2400m->tx_out % I2400M_TX_BUF_SIZE;
860 i2400m->tx_out % I2400M_TX_BUF_SIZE,
862 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP;
878 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP;
940 i2400m->tx_out += i2400m->tx_msg_size;
943 BUG_ON(i2400m->tx_out > i2400m->tx_in);
945 n = i2400m->tx_out / I2400M_TX_BUF_SIZE;
946 i2400m->tx_out %= I2400M_TX_BUF_SIZE;
960 * for tx_in, tx_out, tx_msg_size and tx_msg. We reset them since
988 i2400m->tx_out = 0;