Home
last modified time | relevance | path

Searched refs:max_jumbo_rxd (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c73 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
78 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_83xx_config_vnic_buff_descriptors()
Dqlcnic_ethtool.c634 ring->rx_jumbo_max_pending = adapter->max_jumbo_rxd; in qlcnic_get_ringparam()
668 MIN_JUMBO_DESCRIPTORS, adapter->max_jumbo_rxd, in qlcnic_set_ringparam()
Dqlcnic_83xx_init.c2351 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
2356 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_83xx_config_buff_descriptors()
Dqlcnic_main.c1279 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
1284 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_check_options()
Dqlcnic.h1120 u16 max_jumbo_rxd; member
Dqlcnic_sriov_common.c343 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_sriov_vf_cfg_buff_desc()