Lines Matching refs:totallen
468 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()
509 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd()
511 totallen += len; in _rtl92s_fill_h2c_cmd()
514 return totallen; 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()
530 totallen += len; in _rtl92s_get_h2c_cmdlen()
533 return totallen + tx_desclen; in _rtl92s_get_h2c_cmdlen()