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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c69 const u16 databuf_maxlen = REALTEK_USB_VENQT_MAX_BUF_SIZE; _usbctrl_vendorreq_async_write() local
72 if (WARN_ON_ONCE(len > databuf_maxlen)) _usbctrl_vendorreq_async_write()
73 len = databuf_maxlen; _usbctrl_vendorreq_async_write()
82 databuf = kzalloc(databuf_maxlen, GFP_ATOMIC); _usbctrl_vendorreq_async_write()

Completed in 61 milliseconds