Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/alteon/
Dacenic.h479 #define RX_JUMBO_RING_ENTRIES 256 macro
480 #define RX_JUMBO_RING_SIZE (RX_JUMBO_RING_ENTRIES *sizeof(struct rx_desc))
620 struct ring_info rx_jumbo_skbuff[RX_JUMBO_RING_ENTRIES];
Dacenic.c676 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) { in acenic_remove_one()
712 RX_JUMBO_RING_ENTRIES + in ace_free_descriptors()
760 RX_JUMBO_RING_ENTRIES + in ace_allocate_descriptors()
770 ap->rx_mini_ring = ap->rx_jumbo_ring + RX_JUMBO_RING_ENTRIES; in ace_allocate_descriptors()
1232 RX_JUMBO_RING_ENTRIES * sizeof(struct rx_desc)); in ace_init()
1234 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) in ace_init()
1248 RX_JUMBO_RING_ENTRIES)))); in ace_init()
1269 RX_JUMBO_RING_ENTRIES + in ace_init()
1774 idx = (idx + 1) % RX_JUMBO_RING_ENTRIES; in ace_load_jumbo_rx_ring()
1877 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) { in ace_handle_event()