Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dusb.c65 const u16 databuf_maxlen = REALTEK_USB_VENQT_MAX_BUF_SIZE; in _usbctrl_vendorreq_async_write() local
68 if (WARN_ON_ONCE(len > databuf_maxlen)) in _usbctrl_vendorreq_async_write()
69 len = databuf_maxlen; in _usbctrl_vendorreq_async_write()
78 databuf = kzalloc(databuf_maxlen, GFP_ATOMIC); in _usbctrl_vendorreq_async_write()