Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c72 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
77 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_83xx_config_vnic_buff_descriptors()
Dqlcnic_ethtool.c646 ring->rx_jumbo_max_pending = adapter->max_jumbo_rxd; in qlcnic_get_ringparam()
682 MIN_JUMBO_DESCRIPTORS, adapter->max_jumbo_rxd, in qlcnic_set_ringparam()
Dqlcnic_83xx_init.c2329 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
2334 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_83xx_config_buff_descriptors()
Dqlcnic_main.c1266 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
1271 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_1G; in qlcnic_check_options()
Dqlcnic.h1113 u16 max_jumbo_rxd; member
Dqlcnic_sriov_common.c353 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_sriov_vf_cfg_buff_desc()