Home
last modified time | relevance | path

Searched refs:vnt_tx_buffers (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/staging/vt6656/
Dmain_usb.c54 static int vnt_tx_buffers = TX_DESC_DEF0; variable
55 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()