Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/engleder/
H A Dtsnep.h25 #define TSNEP_RING_ENTRIES_PER_PAGE (PAGE_SIZE / TSNEP_DESC_SIZE) macro
26 #define TSNEP_RING_PAGE_COUNT (TSNEP_RING_SIZE / TSNEP_RING_ENTRIES_PER_PAGE)
H A Dtsnep_main.c311 for (j = 0; j < TSNEP_RING_ENTRIES_PER_PAGE; j++) { in tsnep_tx_ring_create()
312 entry = &tx->entry[TSNEP_RING_ENTRIES_PER_PAGE * i + j]; in tsnep_tx_ring_create()
1000 for (j = 0; j < TSNEP_RING_ENTRIES_PER_PAGE; j++) { in tsnep_rx_ring_create()
1001 entry = &rx->entry[TSNEP_RING_ENTRIES_PER_PAGE * i + j]; in tsnep_rx_ring_create()