Searched refs:rtase_ring (Results 1 – 2 of 2) sorted by relevance
294 struct rtase_ring { struct311 int (*ring_handler)(struct rtase_ring *ring, int budget); argument340 struct rtase_ring tx_ring[RTASE_NUM_TX_QUEUE];342 struct rtase_ring rx_ring[RTASE_NUM_RX_QUEUE];
206 static void rtase_tx_clear_range(struct rtase_ring *ring, u32 start, u32 n) in rtase_tx_clear_range()235 struct rtase_ring *ring; in rtase_tx_clear()259 static u32 rtase_tx_avail(struct rtase_ring *ring) in rtase_tx_avail()265 static int tx_handler(struct rtase_ring *ring, int budget) in tx_handler()323 struct rtase_ring *ring = &tp->tx_ring[idx]; in rtase_tx_desc_init()371 static int rtase_alloc_rx_data_buf(struct rtase_ring *ring, in rtase_alloc_rx_data_buf()400 static u32 rtase_rx_ring_fill(struct rtase_ring *ring, u32 ring_start, in rtase_rx_ring_fill()429 struct rtase_ring *ring) in rtase_rx_ring_clear()481 static void rtase_rx_skb(const struct rtase_ring *ring, struct sk_buff *skb) in rtase_rx_skb()488 static int rx_handler(struct rtase_ring *ring, int budget) in rx_handler()[all …]