Home
last modified time | relevance | path

Searched refs:wx_ring (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.h9 void txgbe_atr(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1055 struct wx_ring *ring; /* pointer to linked list of rings */
1062 struct wx_ring { struct
1063 struct wx_ring *next; /* pointer to next ring in q_vector */ argument
1125 struct wx_ring ring[] ____cacheline_internodealigned_in_smp;
1325 struct wx_ring *tx_ring[64] ____cacheline_aligned_in_smp;
1326 struct wx_ring *rx_ring[64];
1372 void (*atr)(struct wx_ring *ring, struct wx_tx_buffer *first, u8 ptype);
1496 static inline unsigned int wx_rx_pg_order(struct wx_ring *ring) in wx_rx_pg_order()
H A Dwx_hw.c1602 struct wx_ring *ring = wx->rx_ring[i]; in wx_vlan_strip_control()
1782 struct wx_ring *rx_ring; in wx_set_rx_buffer_len()
1828 void wx_disable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_queue()
1851 void wx_enable_rx_queue(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_queue()
1870 struct wx_ring *rx_ring) in wx_configure_srrctl()
1889 struct wx_ring *ring) in wx_configure_rscctl()
1905 struct wx_ring *ring) in wx_configure_tx_ring()
1959 struct wx_ring *ring) in wx_configure_rx_ring()
2739 static void wx_enable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_enable_rx_drop()
2750 static void wx_disable_rx_drop(struct wx *wx, struct wx_ring *ring) in wx_disable_rx_drop()
[all …]
H A Dwx_vf_common.c207 struct wx_ring *rx_ring = wx->rx_ring[i]; in wx_configure_rx_vf()
H A Dwx_ptp.c260 struct wx_ring *rx_ring; in wx_ptp_rx_hang()