Home
last modified time | relevance | path

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

/linux-4.4.14/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.c635 ring->rx_jumbo_max_pending = adapter->max_jumbo_rxd; in qlcnic_get_ringparam()
669 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.c1289 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
1294 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_check_options()
Dqlcnic.h1121 u16 max_jumbo_rxd; member
Dqlcnic_sriov_common.c344 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_sriov_vf_cfg_buff_desc()