Lines Matching +full:rx +full:- +full:shared
1 /* SPDX-License-Identifier: BSD-3-Clause */
36 * Contains global sysctl definitions which are shared between the legacy and
55 * @remark Head writeback has been deprecated and will only work on 700-series
73 "Display debug statements that are printed in non-shared code");
77 * @brief Debug mask for shared code messages
80 * Used by messages in shared device logic code.
85 "Display debug statements that are printed in shared code");
89 * @brief Rx interrupt throttling rate
95 &iavf_rx_itr, 0, "RX Interrupt Rate");
108 * iavf_save_tunables - Sanity check and save off tunable values
117 device_t dev = sc->dev; in iavf_save_tunables()
121 sc->dbg_mask = (enum iavf_dbg_mask)iavf_core_debug_mask; in iavf_save_tunables()
122 sc->hw.debug_mask = iavf_shared_debug_mask; in iavf_save_tunables()
126 sc->vsi.enable_head_writeback = !!(iavf_enable_head_writeback); in iavf_save_tunables()
130 sc->vsi.enable_head_writeback = 0; in iavf_save_tunables()
141 sc->tx_itr = IAVF_ITR_4K; in iavf_save_tunables()
143 sc->tx_itr = iavf_tx_itr; in iavf_save_tunables()
153 sc->rx_itr = IAVF_ITR_8K; in iavf_save_tunables()
155 sc->rx_itr = iavf_rx_itr; in iavf_save_tunables()