Home
last modified time | relevance | path

Searched refs:rtase_ring (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase.h284 struct rtase_ring { struct
301 int (*ring_handler)(struct rtase_ring *ring, int budget); argument
330 struct rtase_ring tx_ring[RTASE_NUM_TX_QUEUE];
332 struct rtase_ring rx_ring[RTASE_NUM_RX_QUEUE];
H A Drtase_main.c205 static void rtase_tx_clear_range(struct rtase_ring *ring, u32 start, u32 n) in rtase_tx_clear_range()
234 struct rtase_ring *ring; in rtase_tx_clear()
256 static u32 rtase_tx_avail(struct rtase_ring *ring) in rtase_tx_avail()
262 static int tx_handler(struct rtase_ring *ring, int budget) in tx_handler()
320 struct rtase_ring *ring = &tp->tx_ring[idx]; in rtase_tx_desc_init()
368 static int rtase_alloc_rx_data_buf(struct rtase_ring *ring, in rtase_alloc_rx_data_buf()
397 static u32 rtase_rx_ring_fill(struct rtase_ring *ring, u32 ring_start, in rtase_rx_ring_fill()
426 struct rtase_ring *ring) in rtase_rx_ring_clear()
478 static void rtase_rx_skb(const struct rtase_ring *ring, struct sk_buff *skb) in rtase_rx_skb()
485 static int rx_handler(struct rtase_ring *ring, int budget) in rx_handler()
[all …]