Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/usb/
Dcdc_ncm.c133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
258 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in rx_max_store()
273 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in tx_max_store()
399 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function
709 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()