Searched refs:xgbe_channel (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 496 struct xgbe_channel { struct 796 int (*enable_int)(struct xgbe_channel *, enum xgbe_int); 797 int (*disable_int)(struct xgbe_channel *, enum xgbe_int); 798 void (*dev_xmit)(struct xgbe_channel *); 799 int (*dev_read)(struct xgbe_channel *); 800 void (*tx_desc_init)(struct xgbe_channel *); 801 void (*rx_desc_init)(struct xgbe_channel *); 807 void (*tx_start_xmit)(struct xgbe_channel *, struct xgbe_ring *); 974 int (*map_tx_skb)(struct xgbe_channel *, struct sk_buff *); 1137 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 | 659 struct xgbe_channel *channel; in xgbe_enable_dma_interrupts() 1415 static void xgbe_tx_desc_init(struct xgbe_channel *channel) in xgbe_tx_desc_init() 1493 static void xgbe_rx_desc_init(struct xgbe_channel *channel) in xgbe_rx_desc_init() 1648 static void xgbe_tx_start_xmit(struct xgbe_channel *channel, in xgbe_tx_start_xmit() 1673 static void xgbe_dev_xmit(struct xgbe_channel *channel) in xgbe_dev_xmit() 1911 static int xgbe_dev_read(struct xgbe_channel *channel) in xgbe_dev_read() 2083 static int xgbe_enable_int(struct xgbe_channel *channel, in xgbe_enable_int() 2124 static int xgbe_disable_int(struct xgbe_channel *channel, in xgbe_disable_int()
|