Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/alteon/
H A 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];
H A Dacenic.c675 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) { in acenic_remove_one()
711 RX_JUMBO_RING_ENTRIES + in ace_free_descriptors()
759 RX_JUMBO_RING_ENTRIES + in ace_allocate_descriptors()
769 ap->rx_mini_ring = ap->rx_jumbo_ring + RX_JUMBO_RING_ENTRIES; in ace_allocate_descriptors()
1229 RX_JUMBO_RING_ENTRIES * sizeof(struct rx_desc)); in ace_init()
1231 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) in ace_init()
1245 RX_JUMBO_RING_ENTRIES)))); in ace_init()
1266 RX_JUMBO_RING_ENTRIES + in ace_init()
1771 idx = (idx + 1) % RX_JUMBO_RING_ENTRIES; in ace_load_jumbo_rx_ring()
1874 for (i = 0; i < RX_JUMBO_RING_ENTRIES; i++) { in ace_handle_event()