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()
232 static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel, in xgbe_maybe_stop_tx_queue()
275 struct xgbe_channel *channel; in xgbe_enable_rx_tx_ints()
297 struct xgbe_channel *channel; in xgbe_disable_rx_tx_ints()
320 struct xgbe_channel *channel; in xgbe_isr()
397 struct xgbe_channel *channel = data; in xgbe_dma_isr()
415 struct xgbe_channel *channel = (struct xgbe_channel *)data; in xgbe_tx_timer()
441 struct xgbe_channel *channel; in xgbe_init_tx_timers()
461 struct xgbe_channel *channel; in xgbe_stop_tx_timers()
579 struct xgbe_channel *channel; in xgbe_napi_enable()
602 struct xgbe_channel *channel; in xgbe_napi_disable()
623 struct xgbe_channel *channel; in xgbe_request_irqs()
670 struct xgbe_channel *channel; in xgbe_free_irqs()
715 struct xgbe_channel *channel; in xgbe_free_tx_data()
740 struct xgbe_channel *channel; in xgbe_free_rx_data()
988 struct xgbe_channel *channel; in xgbe_stop()
1465 struct xgbe_channel *channel; in xgbe_xmit()
1678 struct xgbe_channel *channel; in xgbe_poll_controller()
1791 static void xgbe_rx_refresh(struct xgbe_channel *channel) in xgbe_rx_refresh()
1847 static int xgbe_tx_poll(struct xgbe_channel *channel) in xgbe_tx_poll()
1913 static int xgbe_rx_poll(struct xgbe_channel *channel, int budget) in xgbe_rx_poll()
2100 struct xgbe_channel *channel = container_of(napi, struct xgbe_channel, in xgbe_one_poll()
2130 struct xgbe_channel *channel; in xgbe_all_poll()