Home
last modified time | relevance | path

Searched refs:xgbe_channel (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe.h391 struct xgbe_channel { struct
529 int (*enable_int)(struct xgbe_channel *, enum xgbe_int);
530 int (*disable_int)(struct xgbe_channel *, enum xgbe_int);
531 void (*dev_xmit)(struct xgbe_channel *);
532 int (*dev_read)(struct xgbe_channel *);
533 void (*tx_desc_init)(struct xgbe_channel *);
534 void (*rx_desc_init)(struct xgbe_channel *);
540 void (*tx_start_xmit)(struct xgbe_channel *, struct xgbe_ring *);
597 int (*map_tx_skb)(struct xgbe_channel *, struct sk_buff *);
686 struct xgbe_channel *channel;
Dxgbe-drv.c135 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()
[all …]
Dxgbe-dev.c174 struct xgbe_channel *channel; in xgbe_config_pblx8()
192 struct xgbe_channel *channel; in xgbe_config_tx_pbl_val()
214 struct xgbe_channel *channel; in xgbe_config_rx_pbl_val()
231 struct xgbe_channel *channel; in xgbe_config_osp_mode()
290 struct xgbe_channel *channel; in xgbe_config_rx_coalesce()
312 struct xgbe_channel *channel; in xgbe_config_rx_buffer_size()
327 struct xgbe_channel *channel; in xgbe_config_tso_mode()
341 struct xgbe_channel *channel; in xgbe_config_sph_mode()
600 struct xgbe_channel *channel; in xgbe_enable_dma_interrupts()
1090 static void xgbe_tx_desc_init(struct xgbe_channel *channel) in xgbe_tx_desc_init()
[all …]
Dxgbe-desc.c174 struct xgbe_channel *channel; in xgbe_free_ring_resources()
221 struct xgbe_channel *channel; in xgbe_alloc_ring_resources()
351 struct xgbe_channel *channel; in xgbe_wrapper_tx_descriptor_init()
392 struct xgbe_channel *channel; in xgbe_wrapper_rx_descriptor_init()
487 static int xgbe_map_tx_skb(struct xgbe_channel *channel, struct sk_buff *skb) in xgbe_map_tx_skb()