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

/linux-master/drivers/net/wireless/rsi/
H A Drsi_usb.h44 #define RSI_USB_BUF_SIZE 4096 macro
H A Drsi_91x_usb.c373 buf = kzalloc(RSI_USB_BUF_SIZE, GFP_KERNEL);
378 transfer = min_t(u16, count, RSI_USB_BUF_SIZE);
420 buf = kzalloc(RSI_USB_BUF_SIZE, GFP_KERNEL);
425 transfer = min_t(u16, count, RSI_USB_BUF_SIZE);

Completed in 92 milliseconds