Home
last modified time | relevance | path

Searched refs:MAX_JUMBO_RCV_DESCRIPTORS_1G (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_ethtool.c408 ring->rx_jumbo_max_pending = MAX_JUMBO_RCV_DESCRIPTORS_1G; in netxen_nic_get_ringparam()
Dnetxen_nic.h209 #define MAX_JUMBO_RCV_DESCRIPTORS_1G 512 macro
Dnetxen_nic_main.c770 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in netxen_check_options()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic.h134 #define MAX_JUMBO_RCV_DESCRIPTORS_1G 512 macro
Dqlcnic_main.c656 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_check_options()
657 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_check_options()