Searched defs:tx_desclen (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.c468 u32 totallen = 0, len = 0, tx_desclen = 0; local
478 if (h2cbufferlen < totallen + len + tx_desclen)
483 memset((ph2c_buffer + totallen + tx_desclen), 0, len);
486 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
490 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
495 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
500 memcpy((ph2c_buffer + totallen + tx_desclen +
519 u32 totallen = 0, len = 0, tx_desclen = 0; local
527 if (h2cbufferlen < totallen + len + tx_desclen)
533 return totallen + tx_desclen;
[all...]

Completed in 166 milliseconds