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