Lines Matching refs:xgbe_channel
135 struct xgbe_channel *channel_mem, *channel; in xgbe_alloc_channels()
142 channel_mem = kcalloc(count, sizeof(struct xgbe_channel), GFP_KERNEL); in xgbe_alloc_channels()
233 static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel, in xgbe_maybe_stop_tx_queue()
277 struct xgbe_channel *channel; in xgbe_enable_rx_tx_ints()
299 struct xgbe_channel *channel; in xgbe_disable_rx_tx_ints()
322 struct xgbe_channel *channel; in xgbe_isr()
402 struct xgbe_channel *channel = data; in xgbe_dma_isr()
420 struct xgbe_channel *channel = (struct xgbe_channel *)data; in xgbe_tx_timer()
464 struct xgbe_channel *channel; in xgbe_init_timers()
487 struct xgbe_channel *channel; in xgbe_stop_timers()
603 struct xgbe_channel *channel; in xgbe_napi_enable()
626 struct xgbe_channel *channel; in xgbe_napi_disable()
647 struct xgbe_channel *channel; in xgbe_request_irqs()
694 struct xgbe_channel *channel; in xgbe_free_irqs()
739 struct xgbe_channel *channel; in xgbe_free_tx_data()
764 struct xgbe_channel *channel; in xgbe_free_rx_data()
919 struct xgbe_channel *channel; in xgbe_stop()
1396 struct xgbe_channel *channel; in xgbe_xmit()
1610 struct xgbe_channel *channel; in xgbe_poll_controller()
1724 static void xgbe_rx_refresh(struct xgbe_channel *channel) in xgbe_rx_refresh()
1802 static int xgbe_tx_poll(struct xgbe_channel *channel) in xgbe_tx_poll()
1873 static int xgbe_rx_poll(struct xgbe_channel *channel, int budget) in xgbe_rx_poll()
2051 struct xgbe_channel *channel = container_of(napi, struct xgbe_channel, in xgbe_one_poll()
2081 struct xgbe_channel *channel; in xgbe_all_poll()