Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c71 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
72 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_vnic_buff_descriptors()
Dqlcnic_83xx_init.c2328 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
2329 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_83xx_config_buff_descriptors()
Dqlcnic_main.c1266 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
1267 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_check_options()
Dqlcnic.h147 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dqlcnic_sriov_common.c351 adapter->max_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in qlcnic_sriov_vf_cfg_buff_desc()
/linux-5.19.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c411 ring->rx_jumbo_max_pending = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_get_ringparam()
441 u16 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
452 max_jumbo_desc = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_nic_set_ringparam()
Dnetxen_nic.h192 #define MAX_JUMBO_RCV_DESCRIPTORS_10G 1024 macro
Dnetxen_nic_main.c890 adapter->num_jumbo_rxd = MAX_JUMBO_RCV_DESCRIPTORS_10G; in netxen_check_options()