Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c44 static int rtw_usb_rxagg_mode = 2;/* USB_RX_AGG_DMA = 1, USB_RX_AGG_USB =2 */ variable
45 module_param(rtw_usb_rxagg_mode, int, 0644);
219 registry_par->usb_rxagg_mode = (u8)rtw_usb_rxagg_mode; in loadparam()