Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dcdc_ncm.c131 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
244 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in cdc_ncm_store_rx_max()
257 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in cdc_ncm_store_tx_max()
331 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function
622 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()