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