Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dbtusb.c1388 #define RTL_FRAG_LEN 252 macro
1392 __u8 data[RTL_FRAG_LEN];
1596 int frag_num = fw_len / RTL_FRAG_LEN + 1; in rtl_download_firmware()
1597 int frag_len = RTL_FRAG_LEN; in rtl_download_firmware()
1614 frag_len = fw_len % RTL_FRAG_LEN; in rtl_download_firmware()
1644 data += RTL_FRAG_LEN; in rtl_download_firmware()