Lines Matching refs:totallen
427 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_fill_h2c_cmd() local
437 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_fill_h2c_cmd()
442 memset((ph2c_buffer + totallen + tx_desclen), 0, len); in _rtl92s_fill_h2c_cmd()
445 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + in _rtl92s_fill_h2c_cmd()
450 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + in _rtl92s_fill_h2c_cmd()
456 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + in _rtl92s_fill_h2c_cmd()
462 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd()
472 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd()
474 totallen += len; in _rtl92s_fill_h2c_cmd()
477 return totallen; in _rtl92s_fill_h2c_cmd()
482 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_get_h2c_cmdlen() local
490 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_get_h2c_cmdlen()
493 totallen += len; in _rtl92s_get_h2c_cmdlen()
496 return totallen + tx_desclen; in _rtl92s_get_h2c_cmdlen()