Lines Matching defs:i2400m
79 * i2400m_rx() Send data to generic i2400m RX handling
88 #include "i2400m-usb.h"
316 * i2400mu_rx()). Once received, it is passed to the generic i2400m RX
332 struct i2400m *i2400m = &i2400mu->i2400m;
334 struct net_device *net_dev = i2400m->wimax_dev.net_dev;
341 spin_lock_irqsave(&i2400m->rx_lock, flags);
344 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
379 /* Deliver the message to the generic i2400m code */
382 result = i2400m_rx(i2400m, rx_skb);
394 spin_lock_irqsave(&i2400m->rx_lock, flags);
396 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
411 * @i2400m: device instance
417 struct i2400m *i2400m = &i2400mu->i2400m;
420 d_fnstart(3, dev, "(i2400mu %p)\n", i2400m);
423 d_fnend(3, dev, "(i2400m %p) = void\n", i2400m);
430 struct i2400m *i2400m = &i2400mu->i2400m;
432 struct wimax_dev *wimax_dev = &i2400m->wimax_dev;
449 struct i2400m *i2400m = &i2400mu->i2400m;
450 struct device *dev = i2400m_dev(i2400m);
453 spin_lock_irqsave(&i2400m->rx_lock, flags);
456 spin_unlock_irqrestore(&i2400m->rx_lock, flags);