Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/engleder/
Dtsnep.h104 struct tsnep_rx { struct
129 struct tsnep_rx *rx; argument
172 struct tsnep_rx rx[TSNEP_MAX_QUEUES];
Dtsnep_main.c603 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx) in tsnep_rx_ring_cleanup()
632 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, in tsnep_rx_alloc_buffer()
649 static int tsnep_rx_ring_init(struct tsnep_rx *rx) in tsnep_rx_ring_init()
708 static void tsnep_rx_activate(struct tsnep_rx *rx, int index) in tsnep_rx_activate()
735 static struct sk_buff *tsnep_build_skb(struct tsnep_rx *rx, struct page *page, in tsnep_build_skb()
766 static int tsnep_rx_poll(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_poll()
845 static bool tsnep_rx_pending(struct tsnep_rx *rx) in tsnep_rx_pending()
859 int queue_index, struct tsnep_rx *rx) in tsnep_rx_open()
891 static void tsnep_rx_close(struct tsnep_rx *rx) in tsnep_rx_close()