Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/engleder/
Dtsnep_main.c886 struct tsnep_rx_entry *entry; in tsnep_rx_ring_cleanup()
918 struct tsnep_rx_entry *entry; in tsnep_rx_ring_create()
920 struct tsnep_rx_entry *next_entry; in tsnep_rx_ring_create()
1043 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page()
1054 struct tsnep_rx_entry *entry = &rx->entry[index]; in tsnep_rx_alloc_buffer()
1067 struct tsnep_rx_entry *entry = &rx->entry[index]; in tsnep_rx_reuse_buffer()
1068 struct tsnep_rx_entry *read = &rx->entry[rx->read]; in tsnep_rx_reuse_buffer()
1076 struct tsnep_rx_entry *entry = &rx->entry[index]; in tsnep_rx_activate()
1140 static void tsnep_rx_set_xdp(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_xdp()
1151 struct tsnep_rx_entry *entry = &rx->entry[index]; in tsnep_rx_reuse_buffer_zc()
[all …]
Dtsnep.h100 struct tsnep_rx_entry { struct
124 struct tsnep_rx_entry entry[TSNEP_RING_SIZE]; argument