Searched refs:wx_ring (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A 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);
|
| H A D | wx_lib.c | 633 struct wx_ring *rx_ring, in wx_clean_rx_irq() 853 struct wx_ring *ring; in wx_poll() 1489 struct wx_ring *tx_ring) in wx_xmit_frame_ring() 1578 struct wx_ring *tx_ring; in wx_xmit_frame() 1819 struct wx_ring *ring; in wx_alloc_q_vector() 1931 struct wx_ring *ring; in wx_free_q_vector() 2257 struct wx_ring *ring; in wx_configure_vectors() 2892 sizeof(struct wx_ring)); in wx_set_ring() 2910 sizeof(struct wx_ring)); in wx_set_ring() 2920 sizeof(struct wx_ring)); in wx_set_ring() [all …]
|
| H A D | wx_type.h | 978 struct wx_ring *ring; /* pointer to linked list of rings */ 984 struct wx_ring { struct 985 struct wx_ring *next; /* pointer to next ring in q_vector */ argument 1042 struct wx_ring ring[] ____cacheline_internodealigned_in_smp; argument 1182 struct wx_ring *tx_ring[64] ____cacheline_aligned_in_smp; 1183 struct wx_ring *rx_ring[64]; 1216 void (*atr)(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
|
| H A D | wx_hw.h | 36 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring);
|
| H A D | wx_hw.c | 1467 struct wx_ring *ring = wx->rx_ring[i]; in wx_vlan_strip_control() 1594 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_queue() 1617 static void wx_enable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_queue() 1635 struct wx_ring *rx_ring) in wx_configure_srrctl() 1654 struct wx_ring *ring) in wx_configure_tx_ring() 1699 struct wx_ring *ring) in wx_configure_rx_ring() 2367 static void wx_enable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_drop() 2378 static void wx_disable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_drop() 2478 struct wx_ring *rx_ring = wx->rx_ring[i]; in wx_update_stats() 2491 struct wx_ring *tx_ring = wx->tx_ring[i]; in wx_update_stats()
|
| H A D | wx_ethtool.c | 114 struct wx_ring *ring; in wx_get_ethtool_stats()
|
| H A D | wx_ptp.c | 258 struct wx_ring *rx_ring; in wx_ptp_rx_hang()
|
| /linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
| H A 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.15/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_fdir.h | 9 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
|
| H A 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()
|
| H A D | txgbe_fdir.c | 225 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype) in txgbe_atr()
|