Searched refs:copy_length (Results 1 – 2 of 2) sorted by relevance
307 unsigned int copy_length = 0; in mod_stats_update_event() local320 copy_length = length; in mod_stats_update_event()322 copy_length = MOD_STATS_EVENT_STRING_MAX; in mod_stats_update_event()324 memcpy(&events[index].event_string, event_string, copy_length); in mod_stats_update_event()325 events[index].event_string[copy_length - 1] = '\0'; in mod_stats_update_event()
128 u16 copy_length; in asix_rx_fixup_internal() local176 copy_length = skb->len - offset; in asix_rx_fixup_internal()177 rx->remaining -= copy_length; in asix_rx_fixup_internal()179 copy_length = rx->remaining; in asix_rx_fixup_internal()185 copy_length); in asix_rx_fixup_internal()192 offset += (copy_length + 1) & 0xfffe; in asix_rx_fixup_internal()