Lines Matching defs:i2400m
42 * Takes the TX messages in the i2400m's driver TX FIFO and sends them
71 #include "i2400m-usb.h"
91 struct i2400m *i2400m = &i2400mu->i2400m;
156 (void *) tx_msg - i2400m->tx_buf,
181 struct i2400m *i2400m = &i2400mu->i2400m;
189 spin_lock_irqsave(&i2400m->tx_lock, flags);
192 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
200 || (tx_msg = i2400m_tx_msg_get(i2400m, &tx_msg_size)))
209 i2400m_tx_msg_sent(i2400m); /* ack it, advance the FIFO */
212 spin_lock_irqsave(&i2400m->tx_lock, flags);
214 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
222 * i2400m TX engine notifies us that there is data in the FIFO ready
229 void i2400mu_bus_tx_kick(struct i2400m *i2400m)
231 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m);
234 d_fnstart(3, dev, "(i2400m %p) = void\n", i2400m);
236 d_fnend(3, dev, "(i2400m %p) = void\n", i2400m);
243 struct i2400m *i2400m = &i2400mu->i2400m;
245 struct wimax_dev *wimax_dev = &i2400m->wimax_dev;
261 struct i2400m *i2400m = &i2400mu->i2400m;
262 struct device *dev = i2400m_dev(i2400m);
265 spin_lock_irqsave(&i2400m->tx_lock, flags);
268 spin_unlock_irqrestore(&i2400m->tx_lock, flags);