Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_ethtool.c411 ring->rx_jumbo_max_pending = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_get_ringparam()
442 u16 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
453 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
Dnetxen_nic.h210 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dnetxen_nic_main.c767 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_check_options()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic.h135 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dqlcnic_main.c651 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
652 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()