Searched refs:wx_ring (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/ |
D | wx_lib.h | 11 void wx_alloc_rx_buffers(struct wx_ring *rx_ring, u16 cleaned_count); 12 u16 wx_desc_unused(struct wx_ring *ring); 37 u32 new_rx_count, struct wx_ring *temp_ring);
|
D | wx_lib.c | 164 static void wx_dma_sync_frag(struct wx_ring *rx_ring, in wx_dma_sync_frag() 181 static struct wx_rx_buffer *wx_get_rx_buffer(struct wx_ring *rx_ring, in wx_get_rx_buffer() 223 static void wx_put_rx_buffer(struct wx_ring *rx_ring, in wx_put_rx_buffer() 237 static struct sk_buff *wx_build_skb(struct wx_ring *rx_ring, in wx_build_skb() 301 static bool wx_alloc_mapped_page(struct wx_ring *rx_ring, in wx_alloc_mapped_page() 327 void wx_alloc_rx_buffers(struct wx_ring *rx_ring, u16 cleaned_count) in wx_alloc_rx_buffers() 386 u16 wx_desc_unused(struct wx_ring *ring) in wx_desc_unused() 405 static bool wx_is_non_eop(struct wx_ring *rx_ring, in wx_is_non_eop() 472 static bool wx_cleanup_headers(struct wx_ring *rx_ring, in wx_cleanup_headers() 497 static void wx_rx_hash(struct wx_ring *ring, in wx_rx_hash() [all …]
|
D | wx_type.h | 905 struct wx_ring *ring; /* pointer to linked list of rings */ 911 struct wx_ring { struct 912 struct wx_ring *next; /* pointer to next ring in q_vector */ argument 968 struct wx_ring ring[] ____cacheline_internodealigned_in_smp; argument 1099 struct wx_ring *tx_ring[64] ____cacheline_aligned_in_smp; 1100 struct wx_ring *rx_ring[64]; 1133 void (*atr)(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
|
D | wx_hw.c | 1301 struct wx_ring *ring = wx->rx_ring[i]; in wx_vlan_strip_control() 1428 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_queue() 1451 static void wx_enable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_queue() 1469 struct wx_ring *rx_ring) in wx_configure_srrctl() 1488 struct wx_ring *ring) in wx_configure_tx_ring() 1533 struct wx_ring *ring) in wx_configure_rx_ring() 2201 static void wx_enable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_drop() 2212 static void wx_disable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_drop() 2312 struct wx_ring *rx_ring = wx->rx_ring[i]; in wx_update_stats() 2325 struct wx_ring *tx_ring = wx->tx_ring[i]; in wx_update_stats()
|
D | wx_hw.h | 35 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring);
|
D | wx_ethtool.c | 111 struct wx_ring *ring; in wx_get_ethtool_stats()
|
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 54 struct wx_ring *temp_ring; in ngbe_set_ringparam() 84 temp_ring = kvmalloc_array(i, sizeof(struct wx_ring), GFP_KERNEL); in ngbe_set_ringparam()
|
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_fdir.h | 9 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
|
D | txgbe_ethtool.c | 22 struct wx_ring *temp_ring; in txgbe_set_ringparam() 52 temp_ring = kvmalloc_array(i, sizeof(struct wx_ring), GFP_KERNEL); in txgbe_set_ringparam()
|
D | txgbe_fdir.c | 225 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype) in txgbe_atr()
|