Home
last modified time | relevance | path

Searched refs:copied_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c420 u32 copied_len; in pci1xxxx_rx_burst() local
427 copied_len = (u32)tty_insert_flip_string(tty_port, rx_buff, in pci1xxxx_rx_burst()
430 if (copied_len != buff_index) in pci1xxxx_rx_burst()
431 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
/linux/net/wireless/
H A Dscan.c2447 size_t copied_len = sub_elem->datalen; in cfg80211_merge_profile() local
2460 if (copied_len + next_sub->datalen > max_copy_len) in cfg80211_merge_profile()
2462 memcpy(merged_ie + copied_len, next_sub->data, in cfg80211_merge_profile()
2464 copied_len += next_sub->datalen; in cfg80211_merge_profile()
2467 return copied_len; in cfg80211_merge_profile()