Searched refs:MAX_RCV_DESCRIPTORS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h208 #define MAX_RCV_DESCRIPTORS 16384 macro
210 #define MAX_RCV_DESCRIPTORS_1G (MAX_RCV_DESCRIPTORS / 4)
213 #define MAX_RCVSTATUS_DESCRIPTORS MAX_RCV_DESCRIPTORS
215 #define MAX_RCV_DESC MAX_RCV_DESCRIPTORS
216 #define MAX_RCVSTATUS_DESC MAX_RCV_DESCRIPTORS
H A Dnetxen_nic_main.c375 adapter->max_rx_desc_count = MAX_RCV_DESCRIPTORS;

Completed in 98 milliseconds