Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dfw.c468 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_fill_h2c_cmd() local
478 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_fill_h2c_cmd()
483 memset((ph2c_buffer + totallen + tx_desclen), 0, len); in _rtl92s_fill_h2c_cmd()
486 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
490 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
495 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
500 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd()
519 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_get_h2c_cmdlen() local
527 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_get_h2c_cmdlen()
533 return totallen + tx_desclen; in _rtl92s_get_h2c_cmdlen()