Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dcdc_ncm.c133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
246 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in cdc_ncm_store_rx_max()
259 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in cdc_ncm_store_tx_max()
376 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function
667 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()