Searched refs:xgbe_channel (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 494 struct xgbe_channel { struct 769 int (*enable_int)(struct xgbe_channel *, enum xgbe_int); 770 int (*disable_int)(struct xgbe_channel *, enum xgbe_int); 771 void (*dev_xmit)(struct xgbe_channel *); 772 int (*dev_read)(struct xgbe_channel *); 773 void (*tx_desc_init)(struct xgbe_channel *); 774 void (*rx_desc_init)(struct xgbe_channel *); 780 void (*tx_start_xmit)(struct xgbe_channel *, struct xgbe_ring *); 947 int (*map_tx_skb)(struct xgbe_channel *, struct sk_buff *); 1109 struct xgbe_channel *channel[XGBE_MAX_DMA_CHANNELS];
|
D | xgbe-drv.c | 192 struct xgbe_channel *channel; in xgbe_alloc_channels() 273 static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel, in xgbe_maybe_stop_tx_queue() 310 struct xgbe_channel *channel) in xgbe_enable_rx_tx_int() 336 struct xgbe_channel *channel) in xgbe_disable_rx_tx_int() 480 struct xgbe_channel *channel; in xgbe_isr_task() 617 struct xgbe_channel *channel = data; in xgbe_dma_isr() 646 struct xgbe_channel *channel = from_timer(channel, t, tx_timer); in xgbe_tx_timer() 693 struct xgbe_channel *channel; in xgbe_init_timers() 714 struct xgbe_channel *channel; in xgbe_stop_timers() 947 struct xgbe_channel *channel; in xgbe_napi_enable() [all …]
|
D | xgbe-desc.c | 174 struct xgbe_channel *channel; in xgbe_free_ring_resources() 248 struct xgbe_channel *channel; in xgbe_alloc_ring_resources() 389 struct xgbe_channel *channel; in xgbe_wrapper_tx_descriptor_init() 430 struct xgbe_channel *channel; in xgbe_wrapper_rx_descriptor_init() 523 static int xgbe_map_tx_skb(struct xgbe_channel *channel, struct sk_buff *skb) in xgbe_map_tx_skb()
|
D | xgbe-dev.c | 652 struct xgbe_channel *channel; in xgbe_enable_dma_interrupts() 1408 static void xgbe_tx_desc_init(struct xgbe_channel *channel) in xgbe_tx_desc_init() 1486 static void xgbe_rx_desc_init(struct xgbe_channel *channel) in xgbe_rx_desc_init() 1641 static void xgbe_tx_start_xmit(struct xgbe_channel *channel, in xgbe_tx_start_xmit() 1666 static void xgbe_dev_xmit(struct xgbe_channel *channel) in xgbe_dev_xmit() 1904 static int xgbe_dev_read(struct xgbe_channel *channel) in xgbe_dev_read() 2076 static int xgbe_enable_int(struct xgbe_channel *channel, in xgbe_enable_int() 2117 static int xgbe_disable_int(struct xgbe_channel *channel, in xgbe_disable_int()
|