Searched refs:rx_bulk_alloc_allowed (Results 1 – 18 of 18) sorted by relevance
199 bool rx_bulk_alloc_allowed; member
611 ad->rx_bulk_alloc_allowed = false; in iavf_dev_rx_queue_setup()2400 } else if (adapter->rx_bulk_alloc_allowed) { in iavf_set_rx_function()
337 ad->rx_bulk_alloc_allowed = true; in iavf_dev_configure()
154 bool rx_bulk_alloc_allowed; member
2434 if (adapter->rx_bulk_alloc_allowed) in txgbe_reset_rx_queue()2572 adapter->rx_bulk_alloc_allowed = false; in txgbe_dev_rx_queue_setup()2581 if (adapter->rx_bulk_alloc_allowed) in txgbe_dev_rx_queue_setup()4075 if (adapter->rx_bulk_alloc_allowed) { in txgbe_set_rx_function()4089 if (adapter->rx_bulk_alloc_allowed) { in txgbe_set_rx_function()4110 } else if (adapter->rx_bulk_alloc_allowed) { in txgbe_set_rx_function()
1279 adapter->rx_bulk_alloc_allowed = true; in txgbe_dev_configure()
471 bool rx_bulk_alloc_allowed; member
625 ad->rx_bulk_alloc_allowed = true; in ice_dcf_dev_configure()
1136 ad->rx_bulk_alloc_allowed = false; in ice_rx_queue_setup()3024 if (!ice_rx_vec_dev_check(dev) && ad->rx_bulk_alloc_allowed && in ice_set_rx_function()3104 } else if (ad->rx_bulk_alloc_allowed) { in ice_set_rx_function()
3265 ad->rx_bulk_alloc_allowed = true; in ice_dev_configure()
1792 ad->rx_bulk_alloc_allowed = true; in i40e_dev_rx_queue_setup_runtime()1796 ad->rx_bulk_alloc_allowed = false; in i40e_dev_rx_queue_setup_runtime()1807 if (ad->rx_bulk_alloc_allowed && use_def_burst_func) { in i40e_dev_rx_queue_setup_runtime()1984 ad->rx_bulk_alloc_allowed = false; in i40e_dev_rx_queue_setup()3140 !ad->rx_bulk_alloc_allowed) { in i40e_set_rx_function()3171 } else if (!dev->data->scattered_rx && ad->rx_bulk_alloc_allowed) { in i40e_set_rx_function()
1271 bool rx_bulk_alloc_allowed; member
1686 ad->rx_bulk_alloc_allowed = true; in i40evf_dev_configure()
1921 ad->rx_bulk_alloc_allowed = true; in i40e_dev_configure()
2909 if (adapter->rx_bulk_alloc_allowed) in ixgbe_reset_rx_queue()3143 adapter->rx_bulk_alloc_allowed = false; in ixgbe_dev_rx_queue_setup()3152 if (adapter->rx_bulk_alloc_allowed) in ixgbe_dev_rx_queue_setup()4752 !adapter->rx_bulk_alloc_allowed || in ixgbe_set_rx_function()4769 if (adapter->rx_bulk_alloc_allowed) { in ixgbe_set_rx_function()4789 } else if (adapter->rx_bulk_alloc_allowed) { in ixgbe_set_rx_function()4818 } else if (adapter->rx_bulk_alloc_allowed) { in ixgbe_set_rx_function()
500 bool rx_bulk_alloc_allowed; member
2395 adapter->rx_bulk_alloc_allowed = true; in ixgbe_dev_configure()5273 adapter->rx_bulk_alloc_allowed = true; in ixgbevf_dev_configure()
819 Move ``rx_bulk_alloc_allowed`` and ``rx_vec_allowed`` from ``ixgbe_hw`` to