Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/usb/
Dcdc_ncm.c133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
250 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in cdc_ncm_store_rx_max()
263 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in cdc_ncm_store_tx_max()
387 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function
697 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()