Searched refs:cdc_ncm_update_rxtx_max (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc_ncm.c | 133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx); 255 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in cdc_ncm_store_rx_max() 268 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in cdc_ncm_store_tx_max() 392 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function 702 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | cdc_ncm.c | 134 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx); 264 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in rx_max_store() 279 cdc_ncm_update_rxtx_max(dev, ctx->rx_max, val); in tx_max_store() 405 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() function 715 cdc_ncm_update_rxtx_max(dev, def_rx, def_tx); in cdc_ncm_setup()
|
Completed in 5 milliseconds