Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c72 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
73 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
Dqlcnic_83xx_init.c2350 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
2351 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
Dqlcnic_main.c1288 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
1289 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
Dqlcnic.h148 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dqlcnic_sriov_common.c344 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_sriov_vf_cfg_buff_desc()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c417 ring->rx_jumbo_max_pending = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_get_ringparam()
445 u16 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
456 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
Dnetxen_nic.h208 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dnetxen_nic_main.c914 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_check_options()