Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1258 for (i = 0; i < RX_FREELIST_INCREASE_SIZE; i++) { in e1000g_increase_rx_packets()
1302 packet_num = Adapter->rx_desc_num + RX_FREELIST_INCREASE_SIZE; in e1000g_alloc_rx_packets()
1314 Adapter->rx_freelist_num = RX_FREELIST_INCREASE_SIZE; in e1000g_alloc_rx_packets()
H A De1000g_sw.h149 #define RX_FREELIST_INCREASE_SIZE 512 macro