Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c43 static int rtw_usb_rxagg_mode = 2;/* USB_RX_AGG_DMA = 1, USB_RX_AGG_USB =2 */ variable
44 module_param(rtw_usb_rxagg_mode, int, 0644);
218 registry_par->usb_rxagg_mode = (u8)rtw_usb_rxagg_mode; in loadparam()