Lines Matching refs:ltq_etop_chan
89 struct ltq_etop_chan { struct
107 struct ltq_etop_chan ch[MAX_DMA_CHAN]; argument
114 ltq_etop_alloc_skb(struct ltq_etop_chan *ch) in ltq_etop_alloc_skb()
132 ltq_etop_hw_receive(struct ltq_etop_chan *ch) in ltq_etop_hw_receive()
158 struct ltq_etop_chan *ch = container_of(napi, in ltq_etop_poll_rx()
159 struct ltq_etop_chan, napi); in ltq_etop_poll_rx()
183 struct ltq_etop_chan *ch = in ltq_etop_poll_tx()
184 container_of(napi, struct ltq_etop_chan, napi); in ltq_etop_poll_tx()
220 ltq_etop_free_channel(struct net_device *dev, struct ltq_etop_chan *ch) in ltq_etop_free_channel()
278 struct ltq_etop_chan *ch = &priv->ch[i]; in ltq_etop_hw_init()
486 struct ltq_etop_chan *ch = &priv->ch[i]; in ltq_etop_open()
507 struct ltq_etop_chan *ch = &priv->ch[i]; in ltq_etop_stop()
523 struct ltq_etop_chan *ch = &priv->ch[(queue << 1) | 1]; in ltq_etop_tx()