Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bluetooth/
A Dbtrtl.h8 #define RTL_FRAG_LEN 252 macro
19 __u8 data[RTL_FRAG_LEN];
A Dbtrtl.c450 int frag_num = fw_len / RTL_FRAG_LEN + 1; in rtl_download_firmware()
451 int frag_len = RTL_FRAG_LEN; in rtl_download_firmware()
473 frag_len = fw_len % RTL_FRAG_LEN; in rtl_download_firmware()
495 data += RTL_FRAG_LEN; in rtl_download_firmware()

Completed in 6 milliseconds