Searched refs:plen (Results 1 – 25 of 55) sorted by relevance
123
141 uint32_t plen) in wlan_cp_stats_cstats_write_to_buff() argument153 if ((tlen + plen) > MAX_CSTATS_NODE_LENGTH) { in wlan_cp_stats_cstats_write_to_buff()168 if ((MAX_CSTATS_NODE_LENGTH - *pfilled_length) < (tlen + plen)) { in wlan_cp_stats_cstats_write_to_buff()177 memcpy(&ptr[*pfilled_length], to_be_sent, plen); in wlan_cp_stats_cstats_write_to_buff()178 *pfilled_length += plen; in wlan_cp_stats_cstats_write_to_buff()184 plen); in wlan_cp_stats_cstats_write_to_buff()185 memcpy(&ptr[*pfilled_length + CSTATS_MARKER_SZ + plen], in wlan_cp_stats_cstats_write_to_buff()187 *pfilled_length += (plen + 2 * CSTATS_MARKER_SZ); in wlan_cp_stats_cstats_write_to_buff()