Searched refs:vnt_tx_buffers (Results 1 – 1 of 1) sorted by relevance
57 static int vnt_tx_buffers = TX_DESC_DEF0; variable58 module_param_named(tx_buffers, vnt_tx_buffers, int, 0644);86 if (vnt_tx_buffers < CB_MIN_TX_DESC || vnt_tx_buffers > CB_MAX_TX_DESC) in vnt_set_options()89 priv->num_tx_context = vnt_tx_buffers; in vnt_set_options()