Home
last modified time | relevance | path

Searched refs:MAX_JUMBO_RCV_DESCRIPTORS (Results 1 – 3 of 3) sorted by relevance

/drivers/net/netxen/
Dnetxen_nic.h213 #define MAX_JUMBO_RCV_DESCRIPTORS 1024 macro
216 #define MAX_JUMBO_RCV_DESC MAX_JUMBO_RCV_DESCRIPTORS
220 #define NUM_RCV_DESC (MAX_RCV_DESC + MAX_JUMBO_RCV_DESCRIPTORS + \
Dnetxen_nic_ethtool.c569 ring->rx_jumbo_max_pending = MAX_JUMBO_RCV_DESCRIPTORS; in netxen_nic_get_ringparam()
Dnetxen_nic_main.c275 adapter->max_jumbo_rx_desc_count = MAX_JUMBO_RCV_DESCRIPTORS; in netxen_check_options()